dfins v0.3.0 (2019-06-25T13:55:22Z)
Dub
Repo
UdpChannel
dfins
channel
UDP channel.
class
UdpChannel :
IChannel
{
this
(Socket socket, Address address);
ubyte
[]
send
(const(ubyte[]) msg);
}
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
Source
See Implementation
dfins
channel
classes
ChannelTimeoutException
UdpChannel
functions
createUdpChannel
interfaces
IChannel
UDP channel.