The QMqttUnsubscriptionProperties class represents configuration options a QMqttClient can pass to the server when unsubscribing from a topic filter. More...
| Header: | #include <QMqttUnsubscriptionProperties> |
| qmake: | QT += mqtt |
| Since: | Qt 5.12 |
| void | setUserProperties(const QMqttUserProperties &user) |
| QMqttUserProperties | userProperties() const |
Note: Unsubscription properties are part of the MQTT 5.0 specification and cannot be used when connecting with a lower protocol level. See QMqttClient::ProtocolVersion for more information.
Sets the user properties to user.
See also userProperties().
Returns the user specified properties.
See also setUserProperties().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qmqttunsubscriptionproperties.html