|
AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
|
#include <Mqtt5Packets.h>
Public Member Functions | |
| SubAckPacket (const aws_mqtt5_packet_suback_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< SubAckReasonCode > & | getReasonCodes () const noexcept |
| virtual | ~SubAckPacket () |
| SubAckPacket (const SubAckPacket &) noexcept=delete | |
| SubAckPacket (SubAckPacket &&) noexcept=delete | |
| SubAckPacket & | operator= (const SubAckPacket &) noexcept=delete |
| SubAckPacket & | operator= (SubAckPacket &&) noexcept=delete |
| Public Member Functions inherited from Aws::Crt::Mqtt5::IPacket | |
| virtual | ~IPacket ()=default |
Data model of an MQTT5 SUBACK packet.
|
noexcept |
|
inlinevirtual |
|
deletenoexcept |
|
deletenoexcept |
|
noexcept |
Returns list of reason codes indicating the result of each individual subscription entry in the associated SUBSCRIBE packet.
|
noexcept |
Returns additional diagnostic information about the result of the SUBSCRIBE attempt.
|
inlineoverridevirtual |
Implements Aws::Crt::Mqtt5::IPacket.
|
noexcept |
Returns list of MQTT5 user properties included with the packet.
|
deletenoexcept |
|
deletenoexcept |