Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
boost::mqtt5::subscribe_options::max_qos

Maximum QoS level at which the Server can send Application Messages to the Client.

Synopsis
boost::mqtt5::qos_e max_qos = boost::mqtt5::qos_e::exactly_once;

PrevUpHomeNext