Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

boost::mqtt5::mqtt_client::connack_properties
PrevUpHomeNext

Retrieves the boost::mqtt5::connack_props from the last CONNACK packet received.

Synopsis
const connack_props&
connack_properties() const;
See Also

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


PrevUpHomeNext