mqtt ~master (2019-03-27T20:21:48Z)
Dub
Repo
MqttSubscribe
mqttd
message
Undocumented in source.
struct
MqttSubscribe {
this
(MqttFixedHeader header);
this
(ushort msgId, Topic[] topics, bool dup, ubyte qos, bool retain);
struct
Topic
;
MqttFixedHeader
header
;
ushort
msgId
;
@
RawArray
Topic
[]
topics
;
}
Constructors
this
this
(MqttFixedHeader header)
Undocumented in source.
this
this
(ushort msgId, Topic[] topics, bool dup, ubyte qos, bool retain)
Undocumented in source.
Members
Structs
Topic
struct
Topic
Undocumented in source.
Variables
header
MqttFixedHeader
header
;
Undocumented in source.
msgId
ushort
msgId
;
Undocumented in source.
topics
Topic
[]
topics
;
Undocumented in source.
Meta
Source
See Implementation
mqttd
message
enums
MqttType
functions
getTopic
getType
structs
MqttConnack
MqttConnect
MqttFixedHeader
MqttPingResp
MqttPublish
MqttSuback
MqttSubscribe
MqttUnsuback
MqttUnsubscribe