Sha256: f82a4e9fb917179902fb33cb6a61570dcaf04149d3bccd1b37820ed6ec125766
Contents?: true
Size: 653 Bytes
Versions: 19
Compression:
Stored size: 653 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_1_X class USBController < AbstractInterface IID = "238540fa-4b73-435a-a38e-4e1d9eab5c17" property :enabled, T_BOOL property :enabled_ehci, T_BOOL property :usb_standard, T_UINT16, :readonly => true property :device_filters, [:USBDeviceFilter], :readonly => true function :create_device_filter, :USBDeviceFilter, [WSTRING] function :insert_device_filter, nil, [T_UINT32, :USBDeviceFilter] function :remove_device_filter, :USBDeviceFilter, [T_UINT32] end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems