mqtt ~master (2019-03-27T20:21:48Z)
Dub
Repo
MqttServer
mqttd
server
Undocumented in source.
struct
MqttServer (
C
)
if
(
isMqttConnection
!
C
) {
this
(Flag!"useCache" useCache);
void
send
(C connection, R bytes);
Flag
!
"useCache"
useCache
[@property setter];
}
Constructors
this
this
(Flag!"useCache" useCache)
Undocumented in source.
Members
Functions
send
void
send
(C connection, R bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
useCache
Flag
!
"useCache"
useCache
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mqttd
server
enums
isMqttConnection
structs
MqttServer