QMqttUnsubscriptionProperties Class
La clase QMqttUnsubscriptionProperties representa las opciones de configuración que un QMqttClient puede pasar al servidor al darse de baja de un filtro de temas. Más...
| Cabecera: | #include <QMqttUnsubscriptionProperties> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Mqtt)target_link_libraries(mytarget PRIVATE Qt6::Mqtt) |
| qmake: | QT += mqtt |
Funciones públicas
| void | setUserProperties(const QMqttUserProperties &user) |
| QMqttUserProperties | userProperties() const |
Descripción detallada
Nota: Las propiedades de desuscripción forman parte de la especificación MQTT 5.0 y no pueden utilizarse cuando se conecta con un nivel de protocolo inferior. Consulte QMqttClient::ProtocolVersion para obtener más información.
Documentación de las funciones de los miembros
void QMqttUnsubscriptionProperties::setUserProperties(const QMqttUserProperties &user)
Establece las propiedades del usuario en user.
Véase también userProperties().
QMqttUserProperties QMqttUnsubscriptionProperties::userProperties() const
Devuelve las propiedades especificadas por el usuario.
Véase también setUserProperties().
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.