Sha256: 1fa16377c47b56e472b0c56e34dd1d42ff9b07c2fa5c40a28e489b67d9c11096

Contents?: true

Size: 651 Bytes

Versions: 3

Compression:

Stored size: 651 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_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

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.1.x/USBDeviceFilter.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/USBDeviceFilter.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/USBDeviceFilter.rb