Skip to content

Struct SYN_SockAddr

ClassList > SYN_SockAddr

More...

  • #include <syn_port_socket.h>

Public Attributes

Type Name
uint8_t ip
uint16_t port

Detailed Description

IPv4 address + port.

Public Attributes Documentation

variable ip

uint8_t SYN_SockAddr::ip[4];

IPv4 address bytes (network order)


variable port

uint16_t SYN_SockAddr::port;

Port number (host order)



The documentation for this class was generated from the following file src/syntropic/port/syn_port_socket.h