Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::normal_disconnection

Close the connection normally. Do not send the Will Message.

Synopsis

Defined in header <boost/mqtt5/reason_codes.hpp>

constexpr
boost::mqtt5::reason_code normal_disconnection { 0x00, category::disconnect };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext