QMqttAuthenticationProperties Class

QMqttAuthenticationProperties クラスは、認証処理中の設定オプションを表します。詳細...

Header: #include <QMqttAuthenticationProperties>
CMake: find_package(Qt6 REQUIRED COMPONENTS Mqtt)
target_link_libraries(mytarget PRIVATE Qt6::Mqtt)
qmake: QT += mqtt

パブリック関数

QByteArray authenticationData() const
QString authenticationMethod() const
QString reason() const
void setAuthenticationData(const QByteArray &adata)
void setAuthenticationMethod(const QString &method)
void setReason(const QString &r)
void setUserProperties(const QMqttUserProperties &user)
QMqttUserProperties userProperties() const

詳細説明

注意: 認証プロパティは MQTT 5.0 仕様の一部であり、より低いプロトコル・レベルで接続する場合は使用できません。詳細はQMqttClient::ProtocolVersion を参照。

メンバ関数 ドキュメント

QByteArray QMqttAuthenticationProperties::authenticationData() const

認証データを返す

setAuthenticationData()も参照

QString QMqttAuthenticationProperties::authenticationMethod() const

認証方法を返します。

setAuthenticationMethod() も参照

QString QMqttAuthenticationProperties::reason() const

理由文字列を返します。理由文字列は、切断の理由を指定します。

setReason() も参照して ください。

void QMqttAuthenticationProperties::setAuthenticationData(const QByteArray &adata)

認証データをadata に設定します。

認証データは、認証方法が指定されている場合にのみ使用できます。

authenticationData() およびauthenticationMethod() も参照して ください。

void QMqttAuthenticationProperties::setAuthenticationMethod(const QString &method)

認証方法をmethod に設定します。

authenticationMethod()も参照して ください。

void QMqttAuthenticationProperties::setReason(const QString &r)

理由文字列をr に設定します。

reason() も参照して ください。

void QMqttAuthenticationProperties::setUserProperties(const QMqttUserProperties &user)

ユーザ・プロパティをuser に設定します。

userProperties() も参照

QMqttUserProperties QMqttAuthenticationProperties::userProperties() const

ユーザ・プロパティを返します。

setUserProperties() も参照して ください。

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。