包含用於調用 OPC UA 瀏覽服務的參數。 更多...
| 頭: | #include <QOpcUaBrowseRequest> |
| qmake: | QT += opcua |
| 枚舉類 | BrowseDirection { Forward, Inverse, Both } |
| QOpcUaBrowseRequest (const QOpcUaBrowseRequest & other ) | |
| QOpcUaBrowseRequest & | operator= (const QOpcUaBrowseRequest & rhs ) |
| 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 (const QString & referenceTypeId ) |
| void | setReferenceTypeId (QOpcUa::ReferenceTypeId referenceTypeId ) |
另請參閱 QOpcUaNode::browse ().
This enum specifies the possible browse directions supported by a browse call.
| 常量 | 值 | 描述 |
|---|---|---|
QOpcUaBrowseRequest::BrowseDirection::Forward
|
0
|
Follow references in the forward direction. |
QOpcUaBrowseRequest::BrowseDirection::Inverse
|
1
|
Follow references in the inverse direction. |
QOpcUaBrowseRequest::BrowseDirection::Both
|
2
|
Follow references in both directions. |
創建瀏覽請求從 other .
設置值從 rhs in this browse request.
Returns the browse direction.
另請參閱 setBrowseDirection ().
Returns true if subtypes of the reference type will be retrieved too.
另請參閱 setIncludeSubtypes ().
Returns the node class mask.
另請參閱 setNodeClassMask ().
Returns the reference type id.
另請參閱 setReferenceTypeId ().
Sets the browse direction to browseDirection .
另請參閱 browseDirection ().
Sets the inclusion of subtypes of the reference type to includeSubtypes .
另請參閱 includeSubtypes ().
Sets the node class mask to nodeClassMask . Nodes of all classes included into the node class mask will be returned by the browse operation.
另請參閱 nodeClassMask ().
Sets the reference type id to referenceTypeId .
另請參閱 referenceTypeId ().
Sets the reference type id to referenceTypeId .