PrevUpHomeNext

disconnect_rc_e

A representation of Disconnect Reason Code.

enum disconnect_rc_e

Values

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.

Requirements

Header: async_mqtt5/error.hpp

Convenience header: async_mqtt5.hpp


PrevUpHomeNext