UsbHost.TransIn
Transfers an IN transaction.
Properties
- Command code: 0x4409
- 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 |
|---|---|---|
| PipeNo | Integer (8 bits) | Number of pipe. |
| Timeout | Integer (16 bits) | Timeout for transaction. |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| Length of InData | Integer (16 bits) |
Length of InData in bytes |
| InData | Raw data | Resulting data. |