Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

UDPSocket::CallbackInterface Class Reference

#include <UDPSocket.h>

List of all members.


Detailed Description

Abstract base class for your callback objects. See setCallbackObject() and processMessage() for more info.

Note: this class is not subclassed from cPolymorphic, because classes may have both this class and cSimpleModule as base class, and cSimpleModule is already a cPolymorphic.


Public Member Functions

virtual ~CallbackInterface ()
virtual void socketDatagramArrived (int sockId, void *yourPtr, cMessage *msg, UDPControlInfo *ctrl)=0
virtual void socketPeerClosed (int sockId, void *yourPtr)


Constructor & Destructor Documentation

virtual UDPSocket::CallbackInterface::~CallbackInterface  )  [inline, virtual]
 

00113 {}


Member Function Documentation

virtual void UDPSocket::CallbackInterface::socketDatagramArrived int  sockId,
void *  yourPtr,
cMessage *  msg,
UDPControlInfo ctrl
[pure virtual]
 

virtual void UDPSocket::CallbackInterface::socketPeerClosed int  sockId,
void *  yourPtr
[inline, virtual]
 

00115 {}


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 18:22:32 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0