Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::granted_qos_1

The subscription is accepted with maximum QoS sent at 1.

Synopsis

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

constexpr
boost::mqtt5::reason_code granted_qos_1 { 0x01 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext