Sha256: 4fbb441d66a7d3ff2bbf5ca3227db00083ec06cec8f4930d7e0ba35d4f836e58
Contents?: true
Size: 650 Bytes
Versions: 11
Compression:
Stored size: 650 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_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
11 entries across 11 versions & 2 rubygems