Sha256: a430ba5e86e7f33c818b27a87b03c038262d154a59c81a1c4a197f059c2dec27
Contents?: true
Size: 716 Bytes
Versions: 19
Compression:
Stored size: 716 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_X class USBController < AbstractInterface IID = "238540fa-4b73-435a-a38e-4e1d9eab5c17" property :enabled, T_BOOL property :enabled_ehci, T_BOOL property :proxy_available, T_BOOL, :readonly => true 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