Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

boost::mqtt5::reason_codes::packet_too_large
PrevUpHomeNext

The packet exceeded the maximum permissible size.

Synopsis

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

constexpr
boost::mqtt5::reason_code packet_too_large { 0x95 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext