FreeRTOS
|
Socket address. More...
#include <aws_secure_sockets.h>
Data Fields | |
uint8_t | ucLength |
uint8_t | ucSocketDomain |
uint16_t | usPort |
uint32_t | ulAddress |
uint8_t ucLength |
Length of SocketsSockaddr structure.
Definition at line 186 of file aws_secure_sockets.h.
uint8_t ucSocketDomain |
Only SOCKETS_AF_INET is supported.
Definition at line 187 of file aws_secure_sockets.h.
uint32_t ulAddress |
IP Address. Convention is to call this sin_addr.
Definition at line 189 of file aws_secure_sockets.h.
uint16_t usPort |
Port number. Convention is to call this sin_port.
Definition at line 188 of file aws_secure_sockets.h.