- endpoint
- the endpoint for this transaction
- buffer
- buffer for data to send or receive
- length
- the length of the data to send or receive
- timeout
- in milliseconds
Documentation for this section has not yet been entered.
Performs a bulk transaction on the given endpoint. The direction of the transfer is determined by the direction of the endpoint.
This method transfers data starting from index 0 in the buffer. To specify a different offset, use UsbDeviceConnection.BulkTransfer(UsbEndpoint, System.Byte[], System.Byte[], System.Byte[], System.Byte[]).