Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the develop branch. The current version is 1.91.0.
A representation of Disconnect Reason Code.
Defined in header <boost/mqtt5/error.hpp>
enum class disconnect_rc_e : uint8_t;
|
Name |
Description |
|---|---|
|
|
Close the connection normally. Do not send the Will Message. |
|
|
The Client wishes to disconnect but requires that the Server also publishes its Will Message. |
Represents all Reason Codes that the Client can send to the Server in the
DISCONNECT packet as the reason
for the disconnection.
Convenience header <boost/mqtt5.hpp>