Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::wildcard_subscriptions_not_supported

The Server does not support Wildcard Subscriptions.

Synopsis

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

constexpr
boost::mqtt5::reason_code wildcard_subscriptions_not_supported { 0xa2 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext