#include <PacketHandlerInterface.h>
Inheritance diagram for PacketHandlerInterface::
Public Methods | |
virtual | ~PacketHandlerInterface () |
virtual void | handlePacket (Node *fromNode, NpPacket *packet)=0 |
this function is called when the system receives a packet. More... |
|
Definition at line 9 of file PacketHandlerInterface.h. |
|
this function is called when the system receives a packet.
Reimplemented in NetworkLayer. Referenced by LinkLayerInterface::pollAllSocketsImpl().
|