- buffer
- the buffer containing the bytes to write, or location to store the results of a read
- length
- number of bytes to read or write
Documentation for this section has not yet been entered.
Queues the request to send or receive data on its endpoint. For OUT endpoints, the given buffer data will be sent on the endpoint. For IN endpoints, the endpoint will attempt to read the given number of bytes into the specified buffer. If the queueing operation is successful, we return true and the result will be returned via UsbDeviceConnection.RequestWait