![]() |
Home | Libraries | People | FAQ | More |
Assign boost::mqtt5::connect_props that will be sent
in a CONNECT packet.
boost::mqtt5::mqtt_client&
connect_properties(
connect_props props);
|
Name |
Description |
|---|---|
|
|
|
This function has no effect while the Client is running. Call it before
async_run, or after cancel or async_disconnect and before invoking
async_run again.
See boost::mqtt5::connect_props
for all eligible properties.