| Modifier and Type | Method and Description |
|---|---|
UsbDevice |
UsbConfiguration.getDevice()
Gets the parent device.
|
static UsbDevice |
UsbLib.getDevice(int vendor,
int product,
String serial,
int index)
Gets the device matching vendor, product, serial and index.
|
| Modifier and Type | Method and Description |
|---|---|
static List<UsbDevice> |
UsbLib.getDevices(int vendor,
int product,
String serial)
Gets the list of devices matching vendor, product and serial.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbConfiguration |
UsbLib.buildConfiguration(long cdesc,
UsbDevice devc)
Builds a complete configuration from its descriptor.
|
Copyright © 2015 LSST. All rights reserved.