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

#include <dhcp_client.hpp>

Public Member Functions

 DhcpMetaReq ()
 
 DhcpMetaReq (ap_uint< 32 > i, ap_uint< 8 > type)
 
 DhcpMetaReq (ap_uint< 32 > i, ap_uint< 8 > type, ap_uint< 32 > ip)
 

Public Attributes

ap_uint< 32 > identifier
 
ap_uint< 8 > type
 
ap_uint< 32 > requestedIpAddress
 

Detailed Description

Definition at line 69 of file dhcp_client.hpp.

Constructor & Destructor Documentation

◆ DhcpMetaReq() [1/3]

DhcpMetaReq::DhcpMetaReq ( )
inline

Definition at line 74 of file dhcp_client.hpp.

74 {}

◆ DhcpMetaReq() [2/3]

DhcpMetaReq::DhcpMetaReq ( ap_uint< 32 >  i,
ap_uint< 8 >  type 
)
inline

Definition at line 75 of file dhcp_client.hpp.

75  :
ap_uint< 8 > type
Definition: dhcp_client.hpp:71
ap_uint< 32 > requestedIpAddress
Definition: dhcp_client.hpp:72
ap_uint< 32 > identifier
Definition: dhcp_client.hpp:70

◆ DhcpMetaReq() [3/3]

DhcpMetaReq::DhcpMetaReq ( ap_uint< 32 >  i,
ap_uint< 8 >  type,
ap_uint< 32 >  ip 
)
inline

Definition at line 77 of file dhcp_client.hpp.

77  :

Member Data Documentation

◆ identifier

ap_uint<32> DhcpMetaReq::identifier

Definition at line 70 of file dhcp_client.hpp.

◆ requestedIpAddress

ap_uint<32> DhcpMetaReq::requestedIpAddress

Definition at line 72 of file dhcp_client.hpp.

◆ type

ap_uint<8> DhcpMetaReq::type

Definition at line 71 of file dhcp_client.hpp.


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