PrevUpHomeNext
mqtt_client::connect_properties

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

mqtt_client & connect_properties(
    connect_props props
);
Description
Parameters

Name

Description

props

async_mqtt5::connect_props sent in a CONNECT packet.

See More

See async_mqtt5::connect_props for all eligible properties.


PrevUpHomeNext