UdpChannel

UDP channel.

Constructors

this
this(Socket socket, Address address)
Undocumented in source.

Members

Functions

send
ubyte[] send(const(ubyte[]) msg)

Send a message and wait for a reply

Inherited Members

From IChannel

send
ubyte[] send(const(ubyte[]) msg)
Undocumented in source.

Meta