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

#include <INetworkSocket.h>

Inheritance diagram for inet::INetworkSocket::ICallback:
inet::Ipv4Socket::ICallback inet::Ipv6Socket::ICallback inet::L3Socket::ICallback inet::PingApp inet::TunnelApp

Public Member Functions

virtual ~ICallback ()
 
virtual void socketDataArrived (INetworkSocket *socket, Packet *packet)=0
 
virtual void socketClosed (INetworkSocket *socket)=0
 

Constructor & Destructor Documentation

◆ ~ICallback()

virtual inet::INetworkSocket::ICallback::~ICallback ( )
inlinevirtual
26 {}

Member Function Documentation

◆ socketClosed()

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

◆ socketDataArrived()

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

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