Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::unsupported_protocol_version

The Server does not support the requested version of the MQTT protocol.

Synopsis

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

constexpr
boost::mqtt5::reason_code unsupported_protocol_version { 0x84 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext