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

#include <nts_types.hpp>

Public Member Functions

 SockAddr ()
 
 SockAddr (Ip4Addr ip4Addr, Ly4Port layer4Port)
 

Public Attributes

Ip4Addr addr
 
Ly4Port port
 

Detailed Description

Definition at line 207 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ SockAddr() [1/2]

SockAddr::SockAddr ( )
inline

Definition at line 211 of file nts_types.hpp.

211 {}

◆ SockAddr() [2/2]

SockAddr::SockAddr ( Ip4Addr  ip4Addr,
Ly4Port  layer4Port 
)
inline

Definition at line 212 of file nts_types.hpp.

212  :
213  addr(ip4Addr), port(layer4Port) {}
Ip4Addr addr
Definition: nts_types.hpp:209
Ly4Port port
Definition: nts_types.hpp:210

Member Data Documentation

◆ addr

Ip4Addr SockAddr::addr

Definition at line 209 of file nts_types.hpp.

◆ port

Ly4Port SockAddr::port

Definition at line 210 of file nts_types.hpp.


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