cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
SocketAddr Struct Reference

#include <dhcp_client.hpp>

Public Member Functions

 SocketAddr ()
 
 SocketAddr (ap_uint< 32 > addr, ap_uint< 16 > port)
 

Public Attributes

ap_uint< 16 > port
 
ap_uint< 32 > addr
 

Detailed Description

Socket Transport Address Format.

Definition at line 113 of file dhcp_client.hpp.

Constructor & Destructor Documentation

◆ SocketAddr() [1/2]

SocketAddr::SocketAddr ( )
inline

Definition at line 116 of file dhcp_client.hpp.

116 {}

◆ SocketAddr() [2/2]

SocketAddr::SocketAddr ( ap_uint< 32 >  addr,
ap_uint< 16 >  port 
)
inline

Definition at line 117 of file dhcp_client.hpp.

117  :
118  addr(addr), port(port) {}
ap_uint< 16 > port
ap_uint< 32 > addr

Member Data Documentation

◆ addr

ap_uint<32> SocketAddr::addr

Definition at line 115 of file dhcp_client.hpp.

◆ port

ap_uint<16> SocketAddr::port

Definition at line 114 of file dhcp_client.hpp.


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