SNode.C
|
#include <Pubrel.h>
Public Member Functions | |
Pubrel () | |
Pubrel (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 |
uint8_t | getType () const |
uint8_t | getFlags () 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 |
iot::mqtt::packets::Pubrel::Pubrel | ( | ) |
Definition at line 31 of file Pubrel.cpp.
References Pubrel().
Referenced by Pubrel(), and Pubrel().
|
explicit |
Definition at line 35 of file Pubrel.cpp.
References Pubrel().
uint16_t iot::mqtt::packets::Pubrel::getPacketIdentifier | ( | ) | const |
Definition at line 44 of file Pubrel.cpp.
|
overrideprivatevirtual |
Implements iot::mqtt::ControlPacket.
Definition at line 40 of file Pubrel.cpp.
|
protected |