QOpcUaBrowseRequest Class

OPC UAブラウズサービスを呼び出すためのパラメータを含んでいます。詳細...

ヘッダ #include <QOpcUaBrowseRequest>
CMake: find_package(Qt6 REQUIRED COMPONENTS OpcUa)
target_link_libraries(mytarget PRIVATE Qt6::OpcUa)
qmake: QT += opcua

パブリックな型

enum class BrowseDirection { Forward, Inverse, Both }

パブリック関数

QOpcUaBrowseRequest()
QOpcUaBrowseRequest(const QOpcUaBrowseRequest &other)
QOpcUaBrowseRequest::BrowseDirection browseDirection() const
bool includeSubtypes() const
QOpcUa::NodeClasses nodeClassMask() const
QString referenceTypeId() const
void setBrowseDirection(const QOpcUaBrowseRequest::BrowseDirection &browseDirection)
void setIncludeSubtypes(bool includeSubtypes)
void setNodeClassMask(const QOpcUa::NodeClasses &nodeClassMask)
void setReferenceTypeId(QOpcUa::ReferenceTypeId referenceTypeId)
void setReferenceTypeId(const QString &referenceTypeId)
QOpcUaBrowseRequest &operator=(const QOpcUaBrowseRequest &rhs)

詳しい説明

QOpcUaNode::browse()も参照

メンバ型のドキュメント

enum class QOpcUaBrowseRequest::BrowseDirection

この列挙型は、ブラウズ呼び出しでサポートされる可能なブラウズ方向を指定します。

定数説明
QOpcUaBrowseRequest::BrowseDirection::Forward0順方向の参照に従う。
QOpcUaBrowseRequest::BrowseDirection::Inverse1逆方向の参照に従う。
QOpcUaBrowseRequest::BrowseDirection::Both2両方向の参照に従う。

メンバー関数ドキュメント

QOpcUaBrowseRequest::QOpcUaBrowseRequest()

デフォルトはパラメータを設定しないブラウズリクエストを構築する。

QOpcUaBrowseRequest::QOpcUaBrowseRequest(const QOpcUaBrowseRequest &other)

other からブラウズ要求を作成する。

QOpcUaBrowseRequest::BrowseDirection QOpcUaBrowseRequest::browseDirection() const

ブラウズ方向を返します。

setBrowseDirection()も参照

bool QOpcUaBrowseRequest::includeSubtypes() const

参照型のサブタイプも取得する場合は true を返す。

setIncludeSubtypes()も参照ください

QOpcUa::NodeClasses QOpcUaBrowseRequest::nodeClassMask() const

ノード・クラス・マスクを返します。

setNodeClassMask()も参照してください

QString QOpcUaBrowseRequest::referenceTypeId() const

参照型 ID を返します。

setReferenceTypeId()も参照してください

void QOpcUaBrowseRequest::setBrowseDirection(const QOpcUaBrowseRequest::BrowseDirection &browseDirection)

閲覧方向をbrowseDirection に設定する。

browseDirection()も参照

void QOpcUaBrowseRequest::setIncludeSubtypes(bool includeSubtypes)

参照型のサブタイプの包含をincludeSubtypes に設定する。

includeSubtypes()も参照のこと

void QOpcUaBrowseRequest::setNodeClassMask(const QOpcUa::NodeClasses &nodeClassMask)

ノード・クラス・マスクをnodeClassMask に設定します。 ノード・クラス・マスクに含まれるすべてのクラスのノードが、ブラウズ操作によって返されます。

nodeClassMask()も参照してください

void QOpcUaBrowseRequest::setReferenceTypeId(QOpcUa::ReferenceTypeId referenceTypeId)

参照型 ID をreferenceTypeId に設定する。

referenceTypeId()も参照

void QOpcUaBrowseRequest::setReferenceTypeId(const QString &referenceTypeId)

参照タイプ ID をreferenceTypeId に設定する。

QOpcUaBrowseRequest &QOpcUaBrowseRequest::operator=(const QOpcUaBrowseRequest &rhs)

このブラウズリクエストのrhs の値を設定します。

© 2025 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.