Control Surface API  3.0.3
UsbDevice Interface Reference
Inheritance diagram for UsbDevice:

Public Member Functions

UsbDeviceMatcher deviceMatcher ()
 
List< UsbInterfaceifaces ()
 
UsbInterface iface (int index)
 

Detailed Description

Defines a USB device that is available for communication.

Since
API version 7

Definition at line 13 of file UsbDevice.java.

Member Function Documentation

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.


The documentation for this interface was generated from the following file: