Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
dev::p2p::UDPSocketEvents Struct Referenceabstract

Interface which a UDPSocket's owner must implement. More...

#include <UDP.h>

Inheritance diagram for dev::p2p::UDPSocketEvents:
[legend]

Public Member Functions

virtual void onDisconnected (UDPSocketFace *)
 
virtual void onReceived (UDPSocketFace *, bi::udp::endpoint const &_from, bytesConstRef _packetData)=0
 

Detailed Description

Interface which a UDPSocket's owner must implement.

Definition at line 93 of file UDP.h.

Member Function Documentation

virtual void dev::p2p::UDPSocketEvents::onDisconnected ( UDPSocketFace )
inlinevirtual

Reimplemented in dev::p2p::NodeTable, and TestUDPSocket.

Definition at line 95 of file UDP.h.

virtual void dev::p2p::UDPSocketEvents::onReceived ( UDPSocketFace ,
bi::udp::endpoint const &  _from,
bytesConstRef  _packetData 
)
pure virtual

Implemented in dev::p2p::NodeTable, and TestUDPSocket.


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