class
#include <eckit/net/UDPClient.h>
UDPClient
Constructors, destructors, conversion operators
- UDPClient(const Configuration& cfg) explicit
-
UDPClient(const std::
string& hostname, int port) - ~UDPClient()
Public functions
- void send(const void* buf, size_t length)
Friends
-
auto operator<<(std::
ostream& s, const UDPClient& socket) -> std:: ostream&