VirtualBox Main API
Public Attributes | List of all members
IUSBController Interface Reference
Inheritance diagram for IUSBController:

Public Attributes

attribute wstring name
 The USB Controller name.
 
attribute USBControllerType type
 The USB Controller type.
 
readonly attribute unsigned short USBStandard
 USB standard version which the controller implements.
 

Member Data Documentation

◆ name

attribute wstring IUSBController::name

The USB Controller name.

◆ type

attribute USBControllerType IUSBController::type

The USB Controller type.

◆ USBStandard

readonly attribute unsigned short IUSBController::USBStandard

USB standard version which the controller implements.

This is a BCD which means that the major version is in the high byte and minor version is in the low byte.