Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

QMqttUserProperties Class

The QMqttUserProperties class represents a list of QMqttStringPair values which can be passed to the server. More...

Header: #include <QMqttUserProperties>
CMake: find_package(Qt6 REQUIRED COMPONENTS Mqtt)
target_link_libraries(mytarget PRIVATE Qt6::Mqtt)
qmake: QT += mqtt
Since: Qt 5.12
Inherits: QList

Detailed Description

User properties allow a client to pass additional data to the server or other subscribers, which do not belong to the message payload.

On the other hand it also provides a server the flexibility to provide further information to connected clients.

The server might add additional user properties to the ones provided. However, the order of the provided properties is not changed during transfer.

Note: User properties are part of the MQTT 5.0 specification and cannot be used when using QtMqtt with an older protocol level. See QMqttClient::ProtocolVersion for more information.

See also QMqttAuthenticationProperties, QMqttConnectionProperties, QMqttLastWillProperties, QMqttPublishProperties, QMqttSubscriptionProperties, QMqttUnsubscriptionProperties, and QMqttSubscription.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded