FreeRTOS:
Platform
Platform portability layer
|
Return to main page ↑ |
Read incoming data available in the network buffers.
Reads bytes available in the network buffers into pBuffer
.
pBuffer
.[in] | pConnection | The connection to receive data on, defined by the network stack. |
[out] | pBuffer | The buffer to place the incoming network data. |
[in] | bufferSize | The size of pBuffer . |