#include <UDPSocket.h>
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) |
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] |