Sha256: 7532bc085f5c0675a81cd065ed469faa68cc1c1f005ef1f274abf8730a8a3f8c
Contents?: true
Size: 417 Bytes
Versions: 19
Compression:
Stored size: 417 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_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