QMqttStringPair Class▲
-
Header: QMqttStringPair
-
Since: Qt 5.12
-
qmake: QT += mqtt
Detailed Description▲
This data type is used to hold a name-value pair.
Member Function Documentation▲
QString QMqttStringPair::name() const▲
void QMqttStringPair::setName(const QString &n)▲
void QMqttStringPair::setValue(const QString &v)▲
QString QMqttStringPair::value() const▲
bool QMqttStringPair::operator!=(const QMqttStringPair &other) const▲
Returns true if this instance does not match other.
bool QMqttStringPair::operator==(const QMqttStringPair &other) const▲
Returns true if this instance matches other.