4#include "network_condition_variable.h" 
   39                std::shared_ptr<UDPSocketImpl> impl;
 
 
Base class for all classes that generate network events.
Definition network_condition_variable.h:15
Socket name; container class for an IP address and port.
Definition socket_name.h:45
UDP/IP socket class.
Definition udp_socket.h:15
UDPSocket()
Create socket object.
SocketHandle * get_socket_handle() override
void send(const void *data, int size, const SocketName &endpoint)
Send UDP packet to end point.
void close()
Close connection.
void bind(const SocketName &endpoint)
Bind socket to end point.
int read(void *data, int size, SocketName &endpoint)
Read receved UDP packet.