Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::no_matching_subscribers

The message is accepted but there are no subscribers.

Synopsis

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

constexpr
boost::mqtt5::reason_code no_matching_subscribers { 0x10 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext