ReadItem QML Type
Specifies an item to be read from the server. More...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
Properties
- attribute : Constants.NodeAttribute
- indexRange : string
- nodeId : string
- ns : variant
Detailed Description
This type is used to specify items to be read from the server using the function Connection::readNodeAttributes.
Property Documentation
attribute : Constants.NodeAttribute |
Determines the attribute of the node to be read.
indexRange : string |
Determines the index range of the attribute to be read. If not needed, leave this property empty.
nodeId : string |
Determines the node id of the node to be read.
ns : variant |
Determines the namespace of the node to be read. The namespace can be given by name or index. If this property is given, any namespace in the node id will be ignored.
© 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.