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

#include <nts_types.hpp>

Public Member Functions

 ArpLkpReply ()
 
 ArpLkpReply (EthAddr macAdd, HitBool hit)
 

Public Attributes

EthAddr macAddress
 
HitBool hit
 

Detailed Description

Definition at line 349 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ ArpLkpReply() [1/2]

ArpLkpReply::ArpLkpReply ( )
inline

Definition at line 353 of file nts_types.hpp.

353 {}

◆ ArpLkpReply() [2/2]

ArpLkpReply::ArpLkpReply ( EthAddr  macAdd,
HitBool  hit 
)
inline

Definition at line 354 of file nts_types.hpp.

354  :
355  macAddress(macAdd), hit(hit) {}
EthAddr macAddress
Definition: nts_types.hpp:351
HitBool hit
Definition: nts_types.hpp:352

Member Data Documentation

◆ hit

HitBool ArpLkpReply::hit

Definition at line 352 of file nts_types.hpp.

◆ macAddress

EthAddr ArpLkpReply::macAddress

Definition at line 351 of file nts_types.hpp.


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