Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
boost::mqtt5::mqtt_client::connect_properties

Assign boost::mqtt5::connect_props that will be sent in a CONNECT packet.

Synopsis
boost::mqtt5::mqtt_client&
connect_properties(
    connect_props props);
Parameters

Name

Description

props

boost::mqtt5::connect_props sent in a CONNECT packet.

See Also

See boost::mqtt5::connect_props for all eligible properties.


PrevUpHomeNext