client-cpp  0.6.1
ConnackMessage.hpp File Reference
#include <cstdint>
#include <string>
+ Include dependency graph for ConnackMessage.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaa::ConnackMessage
 

Namespaces

 kaa
 

Enumerations

enum  kaa::ConnackReturnCode : std::uint8_t {
  kaa::ConnackReturnCode::UNKNOWN = 0x00, kaa::ConnackReturnCode::SUCCESS = 0x01, kaa::ConnackReturnCode::UNACCEPTABLE_VERSION = 0x02, kaa::ConnackReturnCode::IDENTIFIER_REJECTED = 0x03,
  kaa::ConnackReturnCode::SERVER_UNAVAILABLE = 0x04, kaa::ConnackReturnCode::BAD_USER_PASSWORD = 0x05, kaa::ConnackReturnCode::NOT_AUTHORIZED = 0x06
}