UsbHost.TransSetupOut
Transfers a SETUP transaction with a OUT DATA stage.
Properties
- Command code: 0x4408
- Command timeout: 100 ms
- Possible status codes: General status codes, UsbHost.UsbhstErrNotconnected, UsbHost.UsbhstErrTimeout, UsbHost.UsbhstErrNack, UsbHost.UsbhstErrStall, UsbHost.UsbhstErrTransfer, UsbHost.UsbhstErrUnexpectedPkt, UsbHost.UsbhstErrBufferoverflow
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| SetupData | Raw data (length 8 Bytes) | Data to transfer in SETUP Stage. |
| Length of OutData | Integer (16 bits) |
Length of OutData in bytes |
| OutData | Raw data | Data to send. |
| PipeNo | Integer (8 bits) | Number of pipe. |
| Timeout | Integer (16 bits) | Timeout for transaction. |
Returned values (response frame)
None