dfins v0.3.0 (2019-06-25T13:55:22Z)
Dub
Repo
ChannelTimeoutException
dfins
channel
Timeout exception
class
ChannelTimeoutException : Exception {
this
(string msg, string ip, const(ubyte[]) messageSent, string file, size_t line);
string
ip
();
const
(
ubyte
[])
messageSent
();
}
Constructors
this
this
(string msg, string ip, const(ubyte[]) messageSent, string file, size_t line)
Undocumented in source.
Members
Functions
ip
string
ip
()
Undocumented in source. Be warned that the author may not have intended to support it.
messageSent
const
(
ubyte
[])
messageSent
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dfins
channel
classes
ChannelTimeoutException
UdpChannel
functions
createUdpChannel
interfaces
IChannel
Timeout exception