SNode.C
|
#include <Suback.h>
Public Member Functions | |
Suback (uint16_t packetIdentifier, const std::list< uint8_t > &returnCodes) | |
Suback (iot::mqtt_fast::ControlPacketFactory &controlPacketFactory) | |
uint16_t | getPacketIdentifier () const |
const std::list< uint8_t > & | getReturnCodes () const |
Public Member Functions inherited from iot::mqtt_fast::ControlPacket | |
ControlPacket (uint8_t type, uint8_t reserved=0) | |
ControlPacket (iot::mqtt_fast::ControlPacketFactory &controlPacketFactory) | |
ControlPacket (const ControlPacket &)=delete | |
ControlPacket (ControlPacket &&)=delete | |
ControlPacket & | operator= (const ControlPacket &)=delete |
ControlPacket & | operator= (ControlPacket &&)=delete |
uint8_t | getType () const |
uint8_t | getReserved () const |
uint64_t | getRemainingLength () const |
std::vector< char > | getPacket () |
bool | isError () const |
Private Attributes | |
uint16_t | packetIdentifier |
std::list< uint8_t > | returnCodes |
Additional Inherited Members | |
Protected Member Functions inherited from iot::mqtt_fast::ControlPacket | |
std::vector< char > & | getValue () |
uint8_t | getInt8 () |
uint16_t | getInt16 () |
uint32_t | getInt32 () |
uint64_t | getInt64 () |
uint32_t | getIntV () |
std::string | getString () |
std::string | getStringRaw () |
std::list< uint8_t > | getUint8ListRaw () |
void | putInt8 (uint8_t value) |
void | putInt16 (uint16_t value) |
void | putInt32 (uint32_t value) |
void | putInt64 (uint64_t value) |
void | putIntV (uint32_t value) |
void | putString (const std::string &value) |
void | putStringRaw (const std::string &value) |
void | putUint8ListRaw (const std::list< uint8_t > &value) |
bool | isError () |
Protected Attributes inherited from iot::mqtt_fast::ControlPacket | |
bool | error = false |
iot::mqtt_fast::packets::Suback::Suback | ( | uint16_t | packetIdentifier, |
const std::list< uint8_t > & | returnCodes ) |
Definition at line 28 of file Suback.cpp.
References iot::mqtt_fast::ControlPacket::ControlPacket(), packetIdentifier, iot::mqtt_fast::ControlPacket::putInt16(), and Suback().
Referenced by Suback().
|
explicit |
Definition at line 39 of file Suback.cpp.
References iot::mqtt_fast::ControlPacket::ControlPacket(), iot::mqtt_fast::ControlPacket::error, iot::mqtt_fast::ControlPacket::getInt16(), and packetIdentifier.
uint16_t iot::mqtt_fast::packets::Suback::getPacketIdentifier | ( | ) | const |
Definition at line 50 of file Suback.cpp.
References packetIdentifier.
const std::list< uint8_t > & iot::mqtt_fast::packets::Suback::getReturnCodes | ( | ) | const |
Definition at line 54 of file Suback.cpp.
|
private |
Definition at line 50 of file Suback.h.
Referenced by getPacketIdentifier(), Suback(), and Suback().
|
private |