Acoustic Touch Recognition
Public Member Functions | List of all members
UdpReceiveSocket Class Reference

#include <UdpSocket.h>

Inheritance diagram for UdpReceiveSocket:

Public Member Functions

 UdpReceiveSocket (const IpEndpointName &localEndpoint)
 
- Public Member Functions inherited from UdpSocket
 UdpSocket ()
 
virtual ~UdpSocket ()
 
void SetEnableBroadcast (bool enableBroadcast)
 
void SetAllowReuse (bool allowReuse)
 
IpEndpointName LocalEndpointFor (const IpEndpointName &remoteEndpoint) const
 
void Connect (const IpEndpointName &remoteEndpoint)
 
void Send (const char *data, std::size_t size)
 
void SendTo (const IpEndpointName &remoteEndpoint, const char *data, std::size_t size)
 
void Bind (const IpEndpointName &localEndpoint)
 
bool IsBound () const
 
std::size_t ReceiveFrom (IpEndpointName &remoteEndpoint, char *data, std::size_t size)
 

Constructor & Destructor Documentation

◆ UdpReceiveSocket()

UdpReceiveSocket::UdpReceiveSocket ( const IpEndpointName localEndpoint)
inline

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