mqtt ~master (2019-03-27T20:21:48Z)
Dub
Repo
publish
tests
server
Undocumented in source. Be warned that the author may not have intended to support it.
void
publish
(
S
)
(
ref
MqttServer
!
S
server
,
ref
S
connection
,
in
string
topic
,
in
ubyte
[]
payload
)
if
(
isMqttSubscriber
!
S
)
Meta
Source
See Implementation
tests
server
functions
connectionMsgBytes
publish
subscribe
testConnect
testConnectBigId
testConnectSmallId
testDisconnect
testPingWithMessage
testSubscribeWildCard
testSubscribeWithMessage
testUnsubscribe
testUnsubscribeAll
testUnsubscribeHandle
unsubscribe
structs
TestMqttConnection