|
| Connect (uint32_t remainingLength, uint8_t flags) |
|
bool | isFakedClientId () const |
|
| Connect () |
|
| Connect (const std::string &clientId, uint16_t keepAlive, bool cleanSession, const std::string &willTopic, const std::string &willMessage, uint8_t willQoS, bool willRetain, const std::string &username, const std::string &password, bool loopPrevention) |
|
std::string | getProtocol () const |
|
uint8_t | getLevel () const |
|
uint8_t | getConnectFlags () const |
|
uint16_t | getKeepAlive () const |
|
std::string | getClientId () const |
|
bool | getUsernameFlag () const |
|
bool | getPasswordFlag () const |
|
bool | getWillRetain () const |
|
uint8_t | getWillQoS () const |
|
bool | getWillFlag () const |
|
bool | getCleanSession () const |
|
bool | getReflect () const |
|
std::string | getWillTopic () const |
|
std::string | getWillMessage () const |
|
std::string | getUsername () const |
|
std::string | getPassword () 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 |
|
| ~ControlPacketDeserializer () override |
|
| ControlPacketDeserializer ()=default |
|
| ControlPacketDeserializer (uint32_t remainingLength, uint8_t flags, uint8_t mustFlags) |
|
ControlPacketDeserializer & | operator= (const ControlPacketDeserializer &)=default |
|
std::size_t | deserialize (iot::mqtt::MqttContext *mqttContext) |
|
uint32_t | getRemainingLength () const |
|
bool | isComplete () const |
|
bool | isError () const |
|
std::size_t | getConsumed () const |
|
Definition at line 34 of file Connect.h.