BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_UsbHost_TransSetupOut | ( | brp_protocol | protocol, |
brp_buf | SetupData, | ||
brp_buf | OutData, | ||
size_t | OutData_len, | ||
unsigned | PipeNo, | ||
unsigned | Timeout | ||
) |
Transfers a SETUP transaction with a OUT DATA stage.
[in] | protocol | used to execute the command |
[in] | SetupData | Data to transfer in SETUP Stage. |
[in] | OutData | Data to send. |
[in] | OutData_len | |
[in] | PipeNo | Number of pipe. |
[in] | Timeout | Timeout for transaction. |