See: Description
| Interface | Description |
|---|---|
| UsbDeviceListener |
Interface for receiving UsbDeviceEvents.
|
| UsbPipeListener |
Interface for receiving UsbPipeEvents.
|
| UsbServicesListener |
Interface for receiving UsbServicesEvents.
|
| Class | Description |
|---|---|
| UsbDeviceDataEvent |
Indicates data was successfully transferred over the Default Control Pipe.
|
| UsbDeviceErrorEvent |
Indicates an error occurred on the Default Control Pipe.
|
| UsbDeviceEvent |
Class for USB device events.
|
| UsbPipeDataEvent |
Indicates data was successfully transferred over the UsbPipe.
|
| UsbPipeErrorEvent |
Indicates an error occurred on the UsbPipe.
|
| UsbPipeEvent |
Class for USB pipe events.
|
| UsbServicesEvent |
Class for a USB services event.
|