INET Framework for OMNeT++/OMNEST
inet::UdpSocket::ICallback Class Referenceabstract

#include <UdpSocket.h>

Inheritance diagram for inet::UdpSocket::ICallback:
inet::aodv::Aodv inet::DhcpClient inet::DhcpServer inet::Ldp inet::SimpleVoipReceiver inet::TunnelApp inet::UdpBasicApp inet::UdpBasicBurst inet::UdpEchoApp inet::UdpSink inet::UdpSocketIo inet::UdpVideoStreamClient inet::UdpVideoStreamServer inet::VoipStreamReceiver

Public Member Functions

virtual ~ICallback ()
 
virtual void socketDataArrived (UdpSocket *socket, Packet *packet)=0
 Notifies about data arrival, packet ownership is transferred to the callee. More...
 
virtual void socketErrorArrived (UdpSocket *socket, Indication *indication)=0
 Notifies about error indication arrival, indication ownership is transferred to the callee. More...
 
virtual void socketClosed (UdpSocket *socket)=0
 Notifies about socket closed, indication ownership is transferred to the callee. More...
 

Constructor & Destructor Documentation

◆ ~ICallback()

virtual inet::UdpSocket::ICallback::~ICallback ( )
inlinevirtual
60 {}

Member Function Documentation

◆ socketClosed()

virtual void inet::UdpSocket::ICallback::socketClosed ( UdpSocket socket)
pure virtual

◆ socketDataArrived()

virtual void inet::UdpSocket::ICallback::socketDataArrived ( UdpSocket socket,
Packet packet 
)
pure virtual

◆ socketErrorArrived()

virtual void inet::UdpSocket::ICallback::socketErrorArrived ( UdpSocket socket,
Indication indication 
)
pure virtual

The documentation for this class was generated from the following file: