Sha256: 592014e3afa253e1b58e77c6377e1d6cd2bd45f35a0b967ff2aaf5ebf7037940
Contents?: true
Size: 650 Bytes
Versions: 19
Compression:
Stored size: 650 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_X class USBDeviceFilter < AbstractInterface IID = "d6831fb4-1a94-4c2c-96ef-8d0d6192066d" property :name, WSTRING property :active, T_BOOL property :vendor_id, WSTRING property :product_id, WSTRING property :revision, WSTRING property :manufacturer, WSTRING property :product, WSTRING property :serial_number, WSTRING property :port, WSTRING property :remote, WSTRING property :masked_interfaces, T_UINT32 end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems