cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
LE_SockAddr Class Reference

#include <nts_types.hpp>

Public Member Functions

 LE_SockAddr ()
 
 LE_SockAddr (LE_Ip4Address addr, LE_Ly4Port port)
 

Public Attributes

LE_Ip4Address addr
 
LE_Ly4Port port
 

Detailed Description

Definition at line 220 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ LE_SockAddr() [1/2]

LE_SockAddr::LE_SockAddr ( )
inline

Definition at line 224 of file nts_types.hpp.

224 {}

◆ LE_SockAddr() [2/2]

LE_SockAddr::LE_SockAddr ( LE_Ip4Address  addr,
LE_Ly4Port  port 
)
inline

Definition at line 225 of file nts_types.hpp.

225  :
226  addr(addr), port(port) {}
LE_Ip4Address addr
Definition: nts_types.hpp:222
LE_Ly4Port port
Definition: nts_types.hpp:223

Member Data Documentation

◆ addr

LE_Ip4Address LE_SockAddr::addr

Definition at line 222 of file nts_types.hpp.

◆ port

LE_Ly4Port LE_SockAddr::port

Definition at line 223 of file nts_types.hpp.


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