TARAXA
|
Interface which a UDPSocket's owner must implement. More...
#include <UDP.h>
Public Member Functions | |
virtual | ~UDPSocketEvents ()=default |
virtual void | onSocketDisconnected (UDPSocketFace *) |
virtual void | onPacketReceived (UDPSocketFace *, bi::udp::endpoint const &_from, bytesConstRef _packetData)=0 |
Interface which a UDPSocket's owner must implement.
|
virtualdefault |
|
pure virtual |
Implemented in dev::p2p::NodeTable.
|
inlinevirtual |
Reimplemented in dev::p2p::NodeTable.