Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::qos_not_supported

The Server does not support the QoS the Client specified or it is greater than the Maximum QoS specified.

Synopsis

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

constexpr
boost::mqtt5::reason_code qos_not_supported { 0x9b };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext