INET Framework for OMNeT++/OMNEST
inet::IArp::Notification Class Reference

Sent in ARP cache change notification signals. More...

#include <IArp.h>

Inheritance diagram for inet::IArp::Notification:

Public Member Functions

 Notification (L3Address l3Address, MacAddress macAddress, const NetworkInterface *ie)
 

Public Attributes

L3Address l3Address
 
MacAddress macAddress
 
const NetworkInterfaceie
 

Detailed Description

Sent in ARP cache change notification signals.

Constructor & Destructor Documentation

◆ Notification()

inet::IArp::Notification::Notification ( L3Address  l3Address,
MacAddress  macAddress,
const NetworkInterface ie 
)
inline

Member Data Documentation

◆ ie

const NetworkInterface* inet::IArp::Notification::ie

◆ l3Address

L3Address inet::IArp::Notification::l3Address

◆ macAddress

MacAddress inet::IArp::Notification::macAddress

The documentation for this class was generated from the following file:
inet::IArp::Notification::ie
const NetworkInterface * ie
Definition: IArp.h:33
inet::IArp::Notification::macAddress
MacAddress macAddress
Definition: IArp.h:32
inet::IArp::Notification::l3Address
L3Address l3Address
Definition: IArp.h:31