Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::payload_format_invalid

The Payload does not match the specified Payload Format Indicator.

Synopsis

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

constexpr
boost::mqtt5::reason_code payload_format_invalid { 0x99 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext