- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- connected
bool connected()
Undocumented in source. Be warned that the author may not have intended to support it.
- disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- loop
void loop()
Undocumented in source. Be warned that the author may not have intended to support it.
- onMessage
void onMessage(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- publish
void publish(string t, const(ubyte)[] d, int qos, bool retain)
Undocumented in source. Be warned that the author may not have intended to support it.
- reconnect
void reconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(string pattern, void delegate(string, const(ubyte)[]) cb, int qos)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribeList
void subscribeList()
Undocumented in source. Be warned that the author may not have intended to support it.