Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::malformed_packet

Data within the packet could not be correctly parsed.

Synopsis

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

constexpr
boost::mqtt5::reason_code malformed_packet { 0x81 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext