FreeRTOS
Data Fields
SocketsSockaddr Struct Reference

Socket address. More...

#include <aws_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

Definition at line 184 of file aws_secure_sockets.h.

Field Documentation

◆ ucLength

uint8_t ucLength

Length of SocketsSockaddr structure.

Definition at line 186 of file aws_secure_sockets.h.

◆ ucSocketDomain

uint8_t ucSocketDomain

Only SOCKETS_AF_INET is supported.

Definition at line 187 of file aws_secure_sockets.h.

◆ ulAddress

uint32_t ulAddress

IP Address. Convention is to call this sin_addr.

Definition at line 189 of file aws_secure_sockets.h.

◆ usPort

uint16_t usPort

Port number. Convention is to call this sin_port.

Definition at line 188 of file aws_secure_sockets.h.


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