|
Control Surface API
3.0.3
|

Public Member Functions | |
| UsbDevice | device () |
| UsbEndpointMatcher | endpointMatcher () |
| byte | endpointAddress () |
| UsbTransferDirection | direction () |
| UsbTransferType | transferType () |
Defines a pipe for talking to an endpoint on a USB device.
Definition at line 10 of file UsbPipe.java.
| UsbDevice device | ( | ) |
The device this endpoint is on.
| UsbTransferDirection direction | ( | ) |
UsbTransferDirection for this pipe.
| byte endpointAddress | ( | ) |
The endpoint address on the device that this endpoint is for.
| UsbEndpointMatcher endpointMatcher | ( | ) |
The UsbEndpointMatcher that was provided by the controller for identifying the endpoint to use for communication.
| UsbTransferType transferType | ( | ) |
The UsbTransferType type that this pipe uses for communicating with the USB device.