|
FreeRTOS:
Secure Sockets
|
| Return to main page ↑ |
Transmit data to the remote socket.
The socket must have already been created using a call to SOCKETS_Socket() and connected to a remote socket using SOCKETS_Connect().
See the Berkeley Sockets API in wikipedia
| [in] | xSocket | The handle of the sending socket. |
| [in] | pvBuffer | The buffer containing the data to be sent. |
| [in] | xDataLength | The length of the data to be sent. |
| [in] | ulFlags | Not currently used. Should be set to 0. |