SNode.C
|
#include <Unsuback.h>
Public Member Functions | |
Unsuback () | |
Unsuback (uint16_t packetIdentifier) | |
uint16_t | getPacketIdentifier () const |
![]() | |
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 |
![]() | |
uint8_t | flags = 0 |
Private Member Functions | |
std::vector< char > | serializeVP () const override |
Definition at line 34 of file Unsuback.h.
iot::mqtt::packets::Unsuback::Unsuback | ( | ) |
Definition at line 31 of file Unsuback.cpp.
References Unsuback().
Referenced by Unsuback(), and Unsuback().
|
explicit |
Definition at line 35 of file Unsuback.cpp.
References Unsuback().
uint16_t iot::mqtt::packets::Unsuback::getPacketIdentifier | ( | ) | const |
Definition at line 44 of file Unsuback.cpp.
|
overrideprivatevirtual |
Implements iot::mqtt::ControlPacket.
Definition at line 40 of file Unsuback.cpp.
|
protected |
Definition at line 46 of file Unsuback.h.