|
Control Surface API
3.0.3
|

Public Member Functions | |
| UsbDeviceMatcher | deviceMatcher () |
| List< UsbInterface > | ifaces () |
| UsbInterface | iface (int index) |
Defines a USB device that is available for communication.
Definition at line 13 of file UsbDevice.java.
| UsbDeviceMatcher deviceMatcher | ( | ) |
The UsbDeviceMatcher that was provided by the controller for identifying this device.
Implements HardwareDevice.
| UsbInterface iface | ( | int | index | ) |
The UsbInterface that was claimed using the UsbInterfaceMatcher defined at the corresponding index in the UsbDeviceMatcher.
| List<UsbInterface> ifaces | ( | ) |
The list of UsbInterfaces that have been opened for this device.