A representation of Disconnect Reason Code.
enum disconnect_rc_e
Name |
Description |
---|---|
normal_disconnection |
Close the connection normally. Do not send the Will Message. |
disconnect_with_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.
Header: async_mqtt5/error.hpp
Convenience header: async_mqtt5.hpp