#include <Mqtt5Packets.h>
Data model of an MQTT5 PUBACK packet
Aws::Crt::Mqtt5::PubAckPacket::PubAckPacket |
( |
const aws_mqtt5_packet_puback_view & |
packet, |
|
|
Allocator * |
allocator = ApiAllocator() |
|
) |
| |
|
noexcept |
virtual Aws::Crt::Mqtt5::PubAckPacket::~PubAckPacket |
( |
| ) |
|
|
inlinevirtual |
Aws::Crt::Mqtt5::PubAckPacket::PubAckPacket |
( |
const PubAckPacket & |
toCopy | ) |
|
|
deletenoexcept |
Aws::Crt::Mqtt5::PubAckPacket::PubAckPacket |
( |
PubAckPacket && |
toMove | ) |
|
|
deletenoexcept |
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.
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.
PacketType Aws::Crt::Mqtt5::PubAckPacket::getType |
( |
| ) |
|
|
inlineoverridevirtual |
List of MQTT5 user properties included with the packet.
See MQTT5 User Property
- Returns
- List of MQTT5 user properties included with the packet.
The documentation for this class was generated from the following files: