|
AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
|
#include <Mqtt5Packets.h>
Public Member Functions | |
| UnSubAckPacket (const aws_mqtt5_packet_unsuback_view &packet, Allocator *allocator=ApiAllocator()) noexcept | |
| PacketType | getType () override |
| const Crt::Optional< Crt::String > & | getReasonString () const noexcept |
| const Crt::Vector< UserProperty > & | getUserProperties () const noexcept |
| const Crt::Vector< UnSubAckReasonCode > & | getReasonCodes () const noexcept |
| virtual | ~UnSubAckPacket () |
| UnSubAckPacket (const UnSubAckPacket &) noexcept=delete | |
| UnSubAckPacket (UnSubAckPacket &&) noexcept=delete | |
| UnSubAckPacket & | operator= (const UnSubAckPacket &) noexcept=delete |
| UnSubAckPacket & | operator= (UnSubAckPacket &&) noexcept=delete |
| Public Member Functions inherited from Aws::Crt::Mqtt5::IPacket | |
| virtual | ~IPacket ()=default |
Data model of an MQTT5 UNSUBACK packet.
|
noexcept |
|
inlinevirtual |
|
deletenoexcept |
|
deletenoexcept |
|
noexcept |
Returns a list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet.
|
noexcept |
Returns additional diagnostic information about the result of the UNSUBSCRIBE attempt.
|
inlineoverridevirtual |
Implements Aws::Crt::Mqtt5::IPacket.
|
noexcept |
Returns list of MQTT5 user properties included with the packet.
|
deletenoexcept |
|
deletenoexcept |