8 #ifndef FACEBOOK_NETWORK_CONNECTIONLESS_CLIENT_H
9 #define FACEBOOK_NETWORK_CONNECTIONLESS_CLIENT_H
59 ocean_assert(strlen(message.c_str()) == message.length() && message.c_str()[message.length()] ==
'\0');
This class wraps an address number with 32 bits.
Definition: Address4.h:26
This class is the base class for all clients.
Definition: Client.h:25
This class is the base class for all connectionless clients.
Definition: ConnectionlessClient.h:27
SocketResult send(const Address4 &address, const Port &port, const void *data, const size_t size)
Sends data to a specified recipient.
ConnectionlessClient()
Creates a new connectionless client object.
This class wraps a port number with 16 bits.
Definition: Port.h:26
Address4 address() const
Returns the own address of this socket.
SocketResult
Definition of individual result values.
Definition: Socket.h:62
Port port() const
Returns the own port of this socket.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15