RelativeNodePath QML Type
Specifies a relative node path element. More...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.12 |
Properties
- browseName : NodeId
- includeSubtypes : bool
- isInverse : bool
- ns : NodeId
- referenceType : QOpcUa::ReferenceTypeId
Detailed Description
import QtOpcUa as QtOpcUa QtOpcUa.RelativeNodePath { ns: "Test Namespace" browseName: "SomeName" }
See also Node, NodeId, and RelativeNodeId.
Property Documentation
browseName : NodeId |
Browse name of this path element.
includeSubtypes : bool |
Whether subtypes are included when matching this path element. The default value of this property is true
.
isInverse : bool |
Whether the reference to follow is inverse. The default value of this property is false
.
ns : NodeId |
Namespace name of this path element. The identifier can be the index as a number or the name as string. A string which can be converted to an integer is considered a namespace index.
referenceType : QOpcUa::ReferenceTypeId |
Type of reference when matching this path element. This can be a QOpcUa::ReferenceTypeId or a NodeId. The default value of this property is Constants.ReferenceTypeId.References
.
© 2024 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.