Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::receive_maximum_exceeded

The Client or Server has received more than the Receive Maximum publication for which it has not sent PUBACK or PUBCOMP.

Synopsis

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

constexpr
boost::mqtt5::reason_code receive_maximum_exceeded { 0x93 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext