- class QMqttUnsubscriptionProperties¶
The
QMqttUnsubscriptionProperties
class represents configuration options aQMqttClient
can pass to the server when unsubscribing from a topic filter. More…Synopsis¶
Methods¶
def
__init__()
def
userProperties()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
Note
Unsubscription properties are part of the MQTT 5.0 specification and cannot be used when connecting with a lower protocol level. See
ProtocolVersion
for more information.- __init__()¶
- __init__(arg__1)
- Parameters:
arg__1 –
QMqttUnsubscriptionProperties
- setUserProperties(user)¶
- Parameters:
user –
QMqttUserProperties
Sets the user properties to
user
.See also
- userProperties()¶
- Return type:
QMqttUserProperties
Returns the user specified properties.
See also