Bitwig Studio Control Surface API
5.0.11
|
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.
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.