Fabcoin Core
0.16.2
P2P Digital Currency
|
Interface which a UDPSocket's owner must implement. More...
#include <UDP.h>
Public Member Functions | |
virtual void | onDisconnected (UDPSocketFace *) |
virtual void | onReceived (UDPSocketFace *, bi::udp::endpoint const &_from, bytesConstRef _packetData)=0 |
|
inlinevirtual |
Reimplemented in dev::p2p::NodeTable, and TestUDPSocket.
|
pure virtual |
Implemented in dev::p2p::NodeTable, and TestUDPSocket.