5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
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_tcp_send_buffer()

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