Sha256: 67da5d936cc46308515eb520dded90015226d1b644ba2c53c6c5dc4a2a88d702
Contents?: true
Size: 417 Bytes
Versions: 11
Compression:
Stored size: 417 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_X class ParallelPort < AbstractInterface IID = "0c925f06-dd10-4b77-8de8-294d738c3214" property :slot, T_UINT32, :readonly => true property :enabled, T_BOOL property :io_base, T_UINT32 property :irq, T_UINT32 property :path, WSTRING end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems