LibUsbDotNet.Descriptors |
LibUsbDotNet.DeviceNotify |
LibUsbDotNet.Info |
LibUsbDotNet.Internal |
LibUsbDotNet.LibUsb |
LibUsbDotNet.LudnMonoLibUsb |
LibUsbDotNet.Main |
LibUsbDotNet.WinUsb |
이름 | 설명 |
---|---|
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. |