FreeRTOS: Secure Sockets
Return to main page ↑
SocketsSockaddr_t Struct Reference

Socket address. More...

#include <iot_secure_sockets.h>

Data Fields

uint8_t ucLength
 
uint8_t ucSocketDomain
 
uint16_t usPort
 
uint32_t ulAddress
 

Detailed Description

Socket address.

See also
PORT_SPECIFIC_LINK

Field Documentation

◆ ucLength

uint8_t SocketsSockaddr_t::ucLength

Length of SocketsSockaddr structure.

◆ ucSocketDomain

uint8_t SocketsSockaddr_t::ucSocketDomain

Only SOCKETS_AF_INET is supported.

◆ usPort

uint16_t SocketsSockaddr_t::usPort

Port number. Convention is to call this sin_port.

◆ ulAddress

uint32_t SocketsSockaddr_t::ulAddress

IP Address. Convention is to call this sin_addr.


The documentation for this struct was generated from the following file: