Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::disconnect_with_will_message

The Client wishes to disconnect but requires that the Server also publishes its Will Message.

Synopsis

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

constexpr
boost::mqtt5::reason_code disconnect_with_will_message { 0x04 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext