BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_UsbHost_TransOut | ( | brp_protocol | protocol, |
brp_buf | OutData, | ||
size_t | OutData_len, | ||
unsigned | PipeNo, | ||
bool | Continue, | ||
unsigned | Timeout | ||
) |
Transfers an OUT transaction.
[in] | protocol | used to execute the command |
[in] | OutData | Data to send. |
[in] | OutData_len | |
[in] | PipeNo | Number of pipe. |
[in] | Continue | Set to true if this transaction shall be continued. |
[in] | Timeout | Timeout for transaction. |