DHWCtrl.NicReceive
Receives a frame from the Network Interface.
Properties
- Command code: 0xE046
- Command timeout: 1000 ms
- Possible status codes: General status codes, DHWCtrl.ErrNicNoData, DHWCtrl.ErrNicBufferFlow
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| Timeout | Integer (16 bits) | Max. time in ms to wait for reception. |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| Length of RecvData | Integer (16 bits) |
Length of RecvData in bytes |
| RecvData | Raw data | The received frame without ethernet CRC. |