| Modifier and Type | Method and Description |
|---|---|
static UsbConfiguration |
UsbLib.buildConfiguration(long cdesc,
UsbDevice devc)
Builds a complete configuration from its descriptor.
|
UsbConfiguration |
UsbDevice.getActiveConfiguration()
Gets the active configuration.
|
UsbConfiguration |
UsbDevice.getConfiguration(int index)
Gets a configuration by its index.
|
UsbConfiguration |
UsbDevice.getConfigurationByValue(int value)
Gets a configuration by its value.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsbConfiguration> |
UsbDevice.getConfigurations()
Gets the list of available configurations.
|
Copyright © 2023 LSST. All rights reserved.