Sha256: c6a568b7acf41e103cc73d8d314a15a0c25455080b7077e2fa0387d000eeece4
Contents?: true
Size: 650 Bytes
Versions: 19
Compression:
Stored size: 650 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_1_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