Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::client_identifier_not_valid

The Client ID is valid but not allowed by this Server.

Synopsis

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

constexpr
boost::mqtt5::reason_code client_identifier_not_valid { 0x85 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext