Name |
Description |
UsbDevice |
Contains non-driver specific USB device communication members. |
UsbEndpointReader |
Contains methods for retrieving data from a EndpointType.Bulk or EndpointType.Interrupt endpoint using the overloaded Read(byte[],int,out int) functions or a DataReceived event. |
UsbEndpointWriter |
Contains methods for writing data to a EndpointType.Bulk or EndpointType.Interrupt endpoint using the overloaded Write(byte[],int,out int) functions. |
UsbError |
Describes a Usb error or setup API error. |