5 #include <Poco/Net/DatagramSocket.h> 14 public Poco::Net::DatagramSocket
19 Poco::Net::DatagramSocket(Poco::Net::IPAddress::IPv4)
22 UDPSocketU(
const std::string& bind,
int port ):
23 Poco::Net::DatagramSocket(Poco::Net::SocketAddress(bind, port),
true)
28 inline int getSocket()
const 30 return Poco::Net::DatagramSocket::sockfd();
35 public Poco::Net::DatagramSocket
40 Poco::Net::DatagramSocket(Poco::Net::IPAddress::IPv4)
44 Poco::Net::DatagramSocket(Poco::Net::SocketAddress(bind, port),
true)
49 inline int getSocket()
51 return Poco::Net::DatagramSocket::sockfd();
57 #endif // UDPReceiveU_H_ Definition: CallbackTimer.h:29