#include <Mqtt5Packets.h>
Data model of an MQTT5 UNSUBACK packet.
◆ UnSubAckPacket() [1/3]
| Aws::Crt::Mqtt5::UnSubAckPacket::UnSubAckPacket |
( |
const aws_mqtt5_packet_unsuback_view & |
packet, |
|
|
Allocator * |
allocator = ApiAllocator() |
|
) |
| |
|
noexcept |
◆ ~UnSubAckPacket()
| virtual Aws::Crt::Mqtt5::UnSubAckPacket::~UnSubAckPacket |
( |
| ) |
|
|
inlinevirtual |
◆ UnSubAckPacket() [2/3]
| Aws::Crt::Mqtt5::UnSubAckPacket::UnSubAckPacket |
( |
const UnSubAckPacket & |
| ) |
|
|
deletenoexcept |
◆ UnSubAckPacket() [3/3]
◆ getReasonCodes()
Returns a list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet.
See MQTT5 Unsuback Payload
- Returns
- A list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet.
◆ getReasonString()
Returns additional diagnostic information about the result of the UNSUBSCRIBE attempt.
See MQTT5 Reason String
- Returns
- Additional diagnostic information about the result of the UNSUBSCRIBE attempt.
◆ getType()
| PacketType Aws::Crt::Mqtt5::UnSubAckPacket::getType |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getUserProperties()
Returns list of MQTT5 user properties included with the packet.
See MQTT5 User Property
- Returns
- List of MQTT5 user properties included with the packet.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files: