Control info to pass next hop L2 addr from netw to MAC layer. More...
#include <NetwToMacControlInfo.h>
Public Member Functions | |
NetwToMacControlInfo (const int addr) | |
Default constructor. | |
virtual | ~NetwToMacControlInfo () |
Destructor. | |
virtual const int | getNextHopMac () |
Getter method. | |
virtual void | setNextHopMac (const int addr) |
Setter method. | |
Protected Attributes | |
int | nextHopMac |
MAC address of the sending or receiving node. |
Control info to pass next hop L2 addr from netw to MAC layer.
Control Info to pass interface information from the network to the MAC layer Currently the only information necessary is the MAC address of the next hop, which has to be determined by ARP or some similar mechanism
Definition at line 39 of file NetwToMacControlInfo.h.