Sha256: d32cc5f592335bfa6bf3a28c5fee96493bd1e3bedaba2f45632b9c2ec0c85498
Contents?: true
Size: 417 Bytes
Versions: 19
Compression:
Stored size: 417 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_1_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
19 entries across 19 versions & 3 rubygems