TARAXA
dev::p2p::UDPSocketFace Struct Referenceabstract

Interface which UDPSocket will implement. More...

#include <UDP.h>

Public Member Functions

virtual bool send (UDPDatagram const &_msg)=0
 
virtual void disconnect ()=0
 

Detailed Description

Interface which UDPSocket will implement.

Member Function Documentation

◆ disconnect()

virtual void dev::p2p::UDPSocketFace::disconnect ( )
pure virtual

◆ send()

virtual bool dev::p2p::UDPSocketFace::send ( UDPDatagram const &  _msg)
pure virtual

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