|
SNode.C
|
#include <Puback.h>
Public Member Functions | |
| Puback () | |
| Puback (uint16_t packetIdentifier) | |
| uint16_t | getPacketIdentifier () const |
Public Member Functions inherited from iot::mqtt::ControlPacket | |
| ControlPacket (uint8_t type, const std::string &name) | |
| ControlPacket (const ControlPacket &)=default | |
| ControlPacket (ControlPacket &&)=default | |
| virtual | ~ControlPacket () |
| ControlPacket & | operator= (const ControlPacket &)=default |
| ControlPacket & | operator= (ControlPacket &&)=default |
| std::vector< char > | serialize () const |
| const std::string & | getName () const |
Protected Attributes | |
| iot::mqtt::types::UInt16 | packetIdentifier |
Protected Attributes inherited from iot::mqtt::ControlPacket | |
| uint8_t | flags = 0 |
Private Member Functions | |
| std::vector< char > | serializeVP () const override |
Additional Inherited Members | |
Protected Member Functions inherited from iot::mqtt::ControlPacket | |
| uint8_t | getType () const |
| uint8_t | getFlags () const |
| iot::mqtt::packets::Puback::Puback | ( | ) |
Definition at line 53 of file Puback.cpp.
References iot::mqtt::ControlPacket::ControlPacket().
Referenced by Puback().
|
explicit |
Definition at line 57 of file Puback.cpp.
References iot::mqtt::types::UInt16::operator=(), packetIdentifier, and Puback().
Referenced by iot::mqtt::Mqtt::sendPuback().
| uint16_t iot::mqtt::packets::Puback::getPacketIdentifier | ( | ) | const |
Definition at line 66 of file Puback.cpp.
References packetIdentifier.
Referenced by iot::mqtt::Mqtt::_onPuback().
|
overrideprivatevirtual |
Implements iot::mqtt::ControlPacket.
Definition at line 62 of file Puback.cpp.
References packetIdentifier, and iot::mqtt::types::TypeBase< ValueTypeT >::serialize().
|
protected |
Definition at line 68 of file Puback.h.
Referenced by iot::mqtt::client::packets::Puback::deserializeVP(), iot::mqtt::server::packets::Puback::deserializeVP(), getPacketIdentifier(), Puback(), and serializeVP().