SNode.C
|
#include <Disconnect.h>
Public Member Functions | |
Disconnect () | |
![]() | |
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 |
Private Member Functions | |
std::vector< char > | serializeVP () const override |
Additional Inherited Members | |
![]() | |
uint8_t | flags = 0 |
Definition at line 31 of file Disconnect.h.
iot::mqtt::packets::Disconnect::Disconnect | ( | ) |
Definition at line 31 of file Disconnect.cpp.
References Disconnect().
Referenced by Disconnect().
|
overrideprivatevirtual |
Implements iot::mqtt::ControlPacket.
Definition at line 35 of file Disconnect.cpp.