Modifier and Type | Method and Description |
---|---|
USBDriver |
Configurator.GetUSBDriver()
Gets the current USB driver in use.
|
static USBDriver |
USBDriver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static USBDriver[] |
USBDriver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurator.SetUSBDriver(USBDriver driver)
Sets the current USB driver in use.
|