2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef IOT_MQTTFAST_CONTROLPACKETFACTORY_H
21#define IOT_MQTTFAST_CONTROLPACKETFACTORY_H
23#include "iot/mqtt-fast/types/Binary.h"
24#include "iot/mqtt-fast/types/Int_1.h"
25#include "iot/mqtt-fast/types/Int_V.h"
27namespace core::socket {
31#ifndef DOXYGEN_SHOULD_SKIP_THIS
iot::mqtt_fast::types::Binary data
ControlPacketFactory(core::socket::SocketContext *socketContext)
uint64_t getRemainingLength()
iot::mqtt_fast::types::Int_V remainingLength
iot::mqtt_fast::types::Binary & getPacket()
iot::mqtt_fast::types::Int_1 typeFlags
std::size_t construct() override
Int_1(core::socket::SocketContext *socketContext=nullptr)
uint32_t getValue() const
std::size_t construct() override
Int_V(core::socket::SocketContext *socketContext=nullptr)