SNode.C
|
#include <Suback.h>
Public Member Functions | |
Suback () | |
Suback (uint16_t packetIdentifier, const std::list< uint8_t > &returnCodes) | |
uint16_t | getPacketIdentifier () const |
const std::list< uint8_t > & | getReturnCodes () 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 |
iot::mqtt::types::UInt8 | returnCode |
std::list< uint8_t > | returnCodes |
int | state = 0 |
![]() | |
uint8_t | flags = 0 |
Private Member Functions | |
std::vector< char > | serializeVP () const override |
iot::mqtt::packets::Suback::Suback | ( | ) |
Definition at line 31 of file Suback.cpp.
References Suback().
Referenced by Suback(), and Suback().
iot::mqtt::packets::Suback::Suback | ( | uint16_t | packetIdentifier, |
const std::list< uint8_t > & | returnCodes ) |
Definition at line 35 of file Suback.cpp.
References Suback().
uint16_t iot::mqtt::packets::Suback::getPacketIdentifier | ( | ) | const |
Definition at line 49 of file Suback.cpp.
const std::list< uint8_t > & iot::mqtt::packets::Suback::getReturnCodes | ( | ) | const |
Definition at line 53 of file Suback.cpp.
|
overrideprivatevirtual |
Implements iot::mqtt::ControlPacket.
Definition at line 41 of file Suback.cpp.
|
protected |
|
protected |
|
protected |