QMqttUnsubscriptionProperties#

The QMqttUnsubscriptionProperties class represents configuration options a QMqttClient can pass to the server when unsubscribing from a topic filter. More

Inheritance diagram of PySide6.QtMqtt.QMqttUnsubscriptionProperties

Synopsis#

Functions#

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.

class PySide6.QtMqtt.QMqttUnsubscriptionProperties#

PySide6.QtMqtt.QMqttUnsubscriptionProperties(arg__1)

Parameters

arg__1PySide6.QtMqtt.QMqttUnsubscriptionProperties

PySide6.QtMqtt.QMqttUnsubscriptionProperties.setUserProperties(user)#
Parameters

userQMqttUserProperties

Sets the user properties to user.

See also

userProperties()

PySide6.QtMqtt.QMqttUnsubscriptionProperties.userProperties()#
Return type

QMqttUserProperties

Returns the user specified properties.