- connectionMsgBytes
const(ubyte)[] connectionMsgBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
- publish
void publish(MqttServer!S server, S connection, string topic, ubyte[] payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(MqttServer!S server, S connection, ushort msgId, string[] topics)
Undocumented in source. Be warned that the author may not have intended to support it.
- testConnect
void testConnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- testConnectBigId
void testConnectBigId()
Undocumented in source. Be warned that the author may not have intended to support it.
- testConnectSmallId
void testConnectSmallId()
Undocumented in source. Be warned that the author may not have intended to support it.
- testDisconnect
void testDisconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- testPingWithMessage
void testPingWithMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
- testSubscribeWildCard
void testSubscribeWildCard()
Undocumented in source. Be warned that the author may not have intended to support it.
- testSubscribeWithMessage
void testSubscribeWithMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
- testUnsubscribe
void testUnsubscribe()
Undocumented in source. Be warned that the author may not have intended to support it.
- testUnsubscribeAll
void testUnsubscribeAll()
Undocumented in source. Be warned that the author may not have intended to support it.
- testUnsubscribeHandle
void testUnsubscribeHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
- unsubscribe
void unsubscribe(MqttServer!S server, S connection, ushort msgId, string[] topics)
Undocumented in source. Be warned that the author may not have intended to support it.