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

#include <arp.hpp>

Public Member Functions

 RtlMacUpdateReply ()
 
 RtlMacUpdateReply (ArpLkpOp opcode)
 
 RtlMacUpdateReply (EthAddr value, ArpLkpOp opcode)
 

Public Attributes

EthAddr value
 
ArpLkpOp opcode
 

Detailed Description

CAM / MAC Update Reply

Definition at line 106 of file arp.hpp.

Constructor & Destructor Documentation

◆ RtlMacUpdateReply() [1/3]

RtlMacUpdateReply::RtlMacUpdateReply ( )
inline

Definition at line 111 of file arp.hpp.

111 {}

◆ RtlMacUpdateReply() [2/3]

RtlMacUpdateReply::RtlMacUpdateReply ( ArpLkpOp  opcode)
inline

Definition at line 112 of file arp.hpp.

112  :
113  opcode(opcode) {}
ArpLkpOp opcode
Definition: arp.hpp:109

◆ RtlMacUpdateReply() [3/3]

RtlMacUpdateReply::RtlMacUpdateReply ( EthAddr  value,
ArpLkpOp  opcode 
)
inline

Definition at line 114 of file arp.hpp.

114  :
115  value(value), opcode(opcode) {}
EthAddr value
Definition: arp.hpp:108

Member Data Documentation

◆ opcode

ArpLkpOp RtlMacUpdateReply::opcode

Definition at line 109 of file arp.hpp.

◆ value

EthAddr RtlMacUpdateReply::value

Definition at line 108 of file arp.hpp.


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