eckit::net::UDPClient class

Constructors, destructors, conversion operators

UDPClient(const Configuration& cfg) explicit
UDPClient(const std::string& hostname, int port)
UDPClient(const UDPClient&) deleted
UDPClient(UDPClient&&) deleted
~UDPClient()

Public functions

auto operator=(const UDPClient&) -> UDPClient& deleted
auto operator=(UDPClient&&) -> UDPClient& deleted
void send(const void* buf, size_t length)

Friends

auto operator<<(std::ostream& s, const UDPClient& socket) -> std::ostream&