Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::topic_filter_invalid

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

Synopsis

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

constexpr
boost::mqtt5::reason_code topic_filter_invalid { 0x8f };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext