2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef IOT_MQTTFAST_TOPIC_H
21#define IOT_MQTTFAST_TOPIC_H
23#ifndef DOXYGEN_SHOULD_SKIP_THIS
34 Topic(
const std::string& name, uint8_t requestedQoS);
41 const std::string&
getName()
const;
ControlPacket(iot::mqtt_fast::ControlPacketFactory &controlPacketFactory)
void putInt16(uint16_t value)
ControlPacket(uint8_t type, uint8_t reserved=0)
const std::string & getName() const
Topic(const Topic &)=default
uint8_t getRequestedQoS() const
Topic & operator=(const Topic &)=default
std::list< iot::mqtt_fast::Topic > topics
const std::list< iot::mqtt_fast::Topic > & getTopics() const
Subscribe(uint16_t packetIdentifier, const std::list< iot::mqtt_fast::Topic > &topics)
uint16_t packetIdentifier
Subscribe(iot::mqtt_fast::ControlPacketFactory &controlPacketFactory)
uint16_t getPacketIdentifier() const