2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef IOT_MQTT_CLIENT_CONTROLPACKETDESERIALIZER_H
21#define IOT_MQTT_CLIENT_CONTROLPACKETDESERIALIZER_H
23#include "iot/mqtt/ControlPacketDeserializer.h"
25namespace iot::mqtt::
client {
29#ifndef DOXYGEN_SHOULD_SKIP_THIS
33namespace iot::mqtt::
client {
virtual void deliverPacket(iot::mqtt::client::Mqtt *mqtt)=0
~ControlPacketDeserializer() override
std::size_t deserializeVP(iot::mqtt::MqttContext *mqttContext) override
Connack(uint32_t remainingLength, uint8_t flags)
void deliverPacket(iot::mqtt::client::Mqtt *mqtt) override
#define MQTT_CONNACK_FLAGS