ReadItem QML Type
Gibt ein Element an, das vom Server gelesen werden soll. Mehr...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
Eigenschaften
- attribute : Constants.NodeAttribute
- indexRange : string
- nodeId : string
- ns : variant
Detaillierte Beschreibung
Dieser Typ wird verwendet, um Elemente anzugeben, die mit der Funktion Connection::readNodeAttributes vom Server gelesen werden sollen.
Eigenschaft Dokumentation
attribute : Constants.NodeAttribute |
Bestimmt das Attribut des zu lesenden Knotens.
indexRange : string |
Legt den Indexbereich des zu lesenden Attributs fest. Falls nicht benötigt, lassen Sie diese Eigenschaft leer.
nodeId : string |
Ermittelt die Knoten-ID des zu lesenden Knotens.
ns : variant |
Bestimmt den Namespace des zu lesenden Knotens. Der Namespace kann durch den Namen oder den Index angegeben werden. Wenn diese Eigenschaft angegeben wird, wird jeder Namespace in der Knoten-ID ignoriert.
© 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.