client-cpp  0.9.0
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::ACCEPTED = 0x01, kaa::ConnackReturnCode::REFUSE_BAD_PROTOCOL = 0x02, kaa::ConnackReturnCode::REFUSE_ID_REJECT = 0x03,
  kaa::ConnackReturnCode::REFUSE_SERVER_UNAVAILABLE = 0x04, kaa::ConnackReturnCode::REFUSE_BAD_CREDENTIALS = 0x05, kaa::ConnackReturnCode::REFUSE_NO_AUTH = 0x06, kaa::ConnackReturnCode::REFUSE_VERIFICATION_FAILED = 0x10
}