Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

PacketHandlerInterface Class Reference

#include <PacketHandlerInterface.h>

Inheritance diagram for PacketHandlerInterface::

NetworkLayer List of all members.

Public Methods

virtual ~PacketHandlerInterface ()
virtual void handlePacket (Node *fromNode, NpPacket *packet)=0
 this function is called when the system receives a packet. More...


Constructor & Destructor Documentation

virtual PacketHandlerInterface::~PacketHandlerInterface [inline, virtual]
 

Definition at line 9 of file PacketHandlerInterface.h.


Member Function Documentation

virtual void PacketHandlerInterface::handlePacket Node * fromNode,
NpPacket * packet
[pure virtual]
 

this function is called when the system receives a packet.

Reimplemented in NetworkLayer.

Referenced by LinkLayerInterface::pollAllSocketsImpl().


The documentation for this class was generated from the following file:
Generated at Thu Jul 11 13:31:58 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001