|
INET Framework for OMNeT++/OMNEST
|
#include <EthernetSocket.h>
Public Member Functions | |
| virtual | ~ICallback () |
| virtual void | socketDataArrived (EthernetSocket *socket, Packet *packet)=0 |
| Notifies about data arrival, packet ownership is transferred to the callee. More... | |
| virtual void | socketErrorArrived (EthernetSocket *socket, Indication *indication)=0 |
| Notifies about error indication arrival, indication ownership is transferred to the callee. More... | |
| virtual void | socketClosed (EthernetSocket *socket)=0 |
| Notifies about the socket closed. More... | |
|
pure virtual |
Notifies about the socket closed.
Implemented in inet::EthernetSocketIo.
Referenced by inet::EthernetSocket::processMessage().
|
pure virtual |
Notifies about data arrival, packet ownership is transferred to the callee.
Implemented in inet::EthernetSocketIo.
Referenced by inet::EthernetSocket::processMessage().
|
pure virtual |
Notifies about error indication arrival, indication ownership is transferred to the callee.
Implemented in inet::EthernetSocketIo.