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

#include <dhcp_client.hpp>

Collaboration diagram for UdpMeta:
[legend]

Public Member Functions

 UdpMeta ()
 
 UdpMeta (SocketAddr src, SocketAddr dst)
 

Public Attributes

SocketAddr src
 
SocketAddr dst
 

Detailed Description

Definition at line 134 of file dhcp_client.hpp.

Constructor & Destructor Documentation

◆ UdpMeta() [1/2]

UdpMeta::UdpMeta ( )
inline

Definition at line 137 of file dhcp_client.hpp.

137 {}

◆ UdpMeta() [2/2]

UdpMeta::UdpMeta ( SocketAddr  src,
SocketAddr  dst 
)
inline

Definition at line 138 of file dhcp_client.hpp.

138  :
139  src(src), dst(dst) {}
SocketAddr src
SocketAddr dst

Member Data Documentation

◆ dst

SocketAddr UdpMeta::dst

Definition at line 136 of file dhcp_client.hpp.

◆ src

SocketAddr UdpMeta::src

Definition at line 135 of file dhcp_client.hpp.


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