Sha256: cd6ca8a332bf800d6ab9845343609f2639d43a4a7816cde04db3e6f474144f94
Contents?: true
Size: 418 Bytes
Versions: 3
Compression:
Stored size: 418 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_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
3 entries across 3 versions & 1 rubygems