FreeRTOS:
Platform
Platform portability layer
|
Return to main page ↑ |
Send data over a return connection.
Attempts to transmit messageLength
bytes of pMessage
across the connection represented by pConnection
. Returns the number of bytes actually sent, 0
on failure.
[in] | pConnection | The connection used to send data, defined by the network stack. |
[in] | pMessage | The message to send. |
[in] | messageLength | The length of pMessage . |
0
on failure.