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

#include <dhcp_client.hpp>

Public Attributes

ap_uint< 32 > identifier
 
ap_uint< 32 > assignedIpAddress
 
ap_uint< 32 > serverAddress
 
ap_uint< 8 > type
 

Detailed Description

DHCP Meta-Request and Meta-Reply Formats.

Definition at line 62 of file dhcp_client.hpp.

Member Data Documentation

◆ assignedIpAddress

ap_uint<32> DhcpMetaRep::assignedIpAddress

Definition at line 64 of file dhcp_client.hpp.

◆ identifier

ap_uint<32> DhcpMetaRep::identifier

Definition at line 63 of file dhcp_client.hpp.

◆ serverAddress

ap_uint<32> DhcpMetaRep::serverAddress

Definition at line 65 of file dhcp_client.hpp.

◆ type

ap_uint<8> DhcpMetaRep::type

Definition at line 66 of file dhcp_client.hpp.


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