![]() |
Home | Libraries | People | FAQ | More |
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>