41 void join(
const std::string & ip,
int port);
45 void join(
const std::string & ip,
int port,
const std::string & networkInterface);
56 const Bytes & receive();
64 const Bytes & receive(
long timeoutInMilliseconds);
67 void send(
const std::string & packet);
70 void send(
const void * packet,
size_t packetSize);
73 enum { MaximumUdpPacketSize = 65535 };
std::vector< Byte > Bytes
Sequence of bytes.
#define ONIXS_FIXENGINE_API
Provides the User Datagram Protocol (UDP) multicast mode network services.