#include <Mqtt5Packets.h>
Data model of an MQTT5 PUBACK packet
◆ PubAckPacket() [1/3]
Aws::Crt::Mqtt5::PubAckPacket::PubAckPacket |
( |
const aws_mqtt5_packet_puback_view & |
packet, |
|
|
Allocator * |
allocator = ApiAllocator() |
|
) |
| |
|
noexcept |
◆ ~PubAckPacket()
virtual Aws::Crt::Mqtt5::PubAckPacket::~PubAckPacket |
( |
| ) |
|
|
inlinevirtual |
◆ PubAckPacket() [2/3]
Aws::Crt::Mqtt5::PubAckPacket::PubAckPacket |
( |
const PubAckPacket & |
toCopy | ) |
|
|
deletenoexcept |
◆ PubAckPacket() [3/3]
Aws::Crt::Mqtt5::PubAckPacket::PubAckPacket |
( |
PubAckPacket && |
toMove | ) |
|
|
deletenoexcept |
◆ getReasonCode()
Success indicator or failure reason for the associated PUBLISH packet.
See MQTT5 PUBACK Reason Code
- Returns
- Success indicator or failure reason for the associated PUBLISH packet.
◆ getReasonString()
Additional diagnostic information about the result of the PUBLISH attempt.
See MQTT5 Reason String
- Returns
- Additional diagnostic information about the result of the PUBLISH attempt.
◆ getType()
PacketType Aws::Crt::Mqtt5::PubAckPacket::getType |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getUserProperties()
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: