Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::keep_alive_timeout

No packet has been received for 1.5 times the Keepalive time.

Synopsis

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

constexpr
boost::mqtt5::reason_code keep_alive_timeout { 0x8d };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext