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