5.13.0.0R1
Software Development Kit
TCP buffer comms

Functions

wiced_result_t wiced_tcp_send_buffer (wiced_tcp_socket_t *socket, const void *buffer, uint16_t buffer_length)
 

Detailed Description

Functions for communication over TCP with C array buffers

Function Documentation

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.

Parameters
[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
Returns
wiced_result_t