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

#include <arp.hpp>

Public Member Functions

 RtlMacLookupReply ()
 
 RtlMacLookupReply (HitBool hit, EthAddr value)
 

Public Attributes

EthAddr value
 
HitBool hit
 

Detailed Description

CAM / MAC Lookup Reply

Definition at line 132 of file arp.hpp.

Constructor & Destructor Documentation

◆ RtlMacLookupReply() [1/2]

RtlMacLookupReply::RtlMacLookupReply ( )
inline

Definition at line 136 of file arp.hpp.

136 {}

◆ RtlMacLookupReply() [2/2]

RtlMacLookupReply::RtlMacLookupReply ( HitBool  hit,
EthAddr  value 
)
inline

Definition at line 137 of file arp.hpp.

137  :
138  hit(hit), value(value) {}
HitBool hit
Definition: arp.hpp:135
EthAddr value
Definition: arp.hpp:134

Member Data Documentation

◆ hit

HitBool RtlMacLookupReply::hit

Definition at line 135 of file arp.hpp.

◆ value

EthAddr RtlMacLookupReply::value

Definition at line 134 of file arp.hpp.


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