MqttStreamConnection

Satisfies the isMqttConnection interface for streams (e.g. TCP) Delegates actually reading or writing data to a templated channel.

Constructors

this
this(Channel channel)
Undocumented in source.

Members

Functions

disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(MqttServer!(typeof(this)) server)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

connected
bool connected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta