UDPClient class
#include <eckit/net/UDPClient.h>
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
Friends
-
auto operator<<(std::
ostream& s, const UDPClient& socket) -> std:: ostream&