#include <MacControlInfo.h>
Public Member Functions | |
MacControlInfo (const int addr) | |
Default constructor. | |
virtual | ~MacControlInfo () |
Destructor. | |
virtual const int | getNextHopMac () |
Getter method. | |
virtual void | setNextHopMac (const int addr) |
Setter method. | |
Protected Attributes | |
int | nextHopMac |
netw address of the sending or receiving node |
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