Structure to store scatter/gather array elements.

Public Attributes#

void *

Store the base address of a memory region for input or output.

size_t

Length of the memory region iov_base points to.

Public Attribute Documentation#

iov_base#

void* iovec::iov_base

Store the base address of a memory region for input or output.


Definition at line 424 of file /mnt/raid/workspaces/ws.z1SfSYxIV/overlay/gsdk/protocol/wisun/stack/inc/socket/socket.h

iov_len#

size_t iovec::iov_len

Length of the memory region iov_base points to.


Definition at line 425 of file /mnt/raid/workspaces/ws.z1SfSYxIV/overlay/gsdk/protocol/wisun/stack/inc/socket/socket.h