#include <NetwControlInfo.h>
Public Member Functions | |
NetwControlInfo (int addr=0) | |
Default constructor. | |
virtual | ~NetwControlInfo () |
Destructor. | |
virtual const int | getNetwAddr () |
Getter method. | |
virtual void | setNetwAddr (const int addr) |
Setter method. | |
Protected Attributes | |
int | netwAddr |
netw address of the sending or receiving node |
Control Info to pass interface information from the network to the application layer and vice versa. The application layer passes the destination netw address to the network layer, whereas the network layer uses the control info to pass the source netw address to the application layer