Method | Description | |
---|---|---|
Dispose ( ) : void |
Frees resources associated with the endpoint. Once disposed this class cannot be used.
|
|
Flush ( ) : bool |
Calling this methods is that same as calling UsbEndpointReader.ReadFlush
|
|
Reset ( ) : bool |
Cancels pending transfers and clears the halt condition on an enpoint.
|
Method | Description | |
---|---|---|
CreateTransferContext ( ) : |
||
MonoUsbEndpointReader ( UsbDevice usbDevice, int readBufferSize, ReadEndpointID readEndpointID, EndpointType endpointType ) : System |