FreeNOS
Data Fields
NetworkClient::SocketInfo Struct Reference

Socket information. More...

#include <NetworkClient.h>

Data Fields

IPV4::Address address
 
u16 port
 
u16 action
 

Detailed Description

Socket information.

This struct is written to a socket to put it in either connect or listen state.

Definition at line 65 of file NetworkClient.h.

Field Documentation

◆ action

u16 NetworkClient::SocketInfo::action

Definition at line 69 of file NetworkClient.h.

Referenced by sendmsg(), sendto(), UDPSocket::write(), and NetworkClient::writeSocketInfo().

◆ address

IPV4::Address NetworkClient::SocketInfo::address

◆ port

u16 NetworkClient::SocketInfo::port

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