IPv4 Address structure storage with padding.

Public Attributes#

uint16_t

address family, AF_xxx

uint8_t

14 bytes of protocol address (POSIX)

Public Attribute Documentation#

sa_family#

uint16_t sockaddr::sa_family

address family, AF_xxx


Definition at line 103 of file C:/silabs/wisun_gsdk/app/wisun/component/socket/socket.h

sa_data#

uint8_t sockaddr::sa_data[14]

14 bytes of protocol address (POSIX)


Definition at line 105 of file C:/silabs/wisun_gsdk/app/wisun/component/socket/socket.h