7#if defined(_WIN32) && defined(_MSC_VER)
43 ssize_t
read(
string& from,
unsigned int&
port,
void* buf,
const size_t bytes);
55 ssize_t
write(
const string& to,
const unsigned int port,
void* buf,
const size_t bytes);
Base exception class for network IO exceptions.
Base class of network sockets.
Class representing a UDP socket.
static void createClientSocket(UDPSocket &socket, IpVersion ipVersion)
creates a udp client socket
ssize_t read(string &from, unsigned int &port, void *buf, const size_t bytes)
reads a datagram from socket
ssize_t write(const string &to, const unsigned int port, void *buf, const size_t bytes)
writes up to "bytes" bytes to socket
static void create(UDPSocket &socket, IpVersion ipVersion)
creates a udp socket
virtual ~UDPSocket()
public destructor
static void createServerSocket(UDPSocket &socket, const std::string &ip, const unsigned int port)
creates a udp server socket