Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::topic_name_invalid

The Topic Name is not malformed, but it is not accepted.

Synopsis

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

constexpr
boost::mqtt5::reason_code topic_name_invalid { 0x90 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext