Functions | |
| wiced_result_t | wiced_tcp_send_buffer (wiced_tcp_socket_t *socket, const void *buffer, uint16_t buffer_length) |
Functions for communication over TCP with C array buffers
| wiced_result_t wiced_tcp_send_buffer | ( | wiced_tcp_socket_t * | socket, |
| const void * | buffer, | ||
| uint16_t | buffer_length ) |
Send a memory buffer of TCP data
Sends a memory buffer containing TCP data to the remote host. This is not limited by packet sizes.
| [in,out] | socket | : A pointer to an open socket handle. |
| [in] | buffer | : The memory buffer to send |
| [in] | buffer_length | : The number of bytes in the buffer to send |