SNode.C
Loading...
Searching...
No Matches
iot::mqtt Namespace Reference

Namespaces

namespace  client
namespace  packets
namespace  types
namespace  server

Classes

class  ControlPacket
class  ControlPacketDeserializer
class  FixedHeader
class  Session
class  MqttContext
class  Mqtt
class  SocketContext
class  OnReceivedFromPeerEvent
class  SubProtocol
class  Topic

Variables

const std::vector< std::string > mqttPackageName

Variable Documentation

◆ mqttPackageName

const std::vector< std::string > iot::mqtt::mqttPackageName
Initial value:
= {
"Reserved",
"CONNECT",
"CONNACK",
"PUBLISH",
"PUBACK",
"PUBREC",
"PUBREL",
"PUBCOMP",
"SUBSCRIBE",
"SUBACK",
"UNSUBSCRIBE",
"UNSUBACK",
"PINGREQ",
"PINGRESP",
"DISCONNECT",
"Reserved"}

Definition at line 52 of file ControlPacket.cpp.

52 { //
53 "Reserved",
54 "CONNECT",
55 "CONNACK",
56 "PUBLISH",
57 "PUBACK",
58 "PUBREC",
59 "PUBREL",
60 "PUBCOMP",
61 "SUBSCRIBE",
62 "SUBACK",
63 "UNSUBSCRIBE",
64 "UNSUBACK",
65 "PINGREQ",
66 "PINGRESP",
67 "DISCONNECT",
68 "Reserved"};

Referenced by iot::mqtt::Mqtt::printFixedHeader().