- 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.
Satisfies the isMqttConnection interface for streams (e.g. TCP) Delegates actually reading or writing data to a templated channel.