Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::topic_alias_invalid

The Client or Server received a PUBLISH packet containing a Topic Alias greater than the Maximum Topic Alias.

Synopsis

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

constexpr
boost::mqtt5::reason_code topic_alias_invalid { 0x94 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext