ReadResult QML Type
サーバーからの読み込み後の結果データを含む。詳細...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
プロパティ
- attribute : Constants.NodeAttribute
- indexRange : string
- namespaceName : string
- nodeId : string
- serverTimestamp : datetime
- sourceTimestamp : datetime
- status : Status
- value : variant
詳細説明
この型は、関数Connection::readNodeAttributes を使用してサーバーから読み込んだ後に、読み込んだデータを渡すために使用される。
プロパティの説明
attribute : Constants.NodeAttribute |
読み込んだデータのノード属性。
indexRange : string |
読み込んだデータのインデックス範囲。
namespaceName : string |
読み込んだノードの名前空間名。
nodeId : string |
読み込まれたノードのノード ID。
serverTimestamp : datetime |
読み込まれたデータのサーバ・タイムスタンプ。
sourceTimestamp : datetime |
読み取られたデータのソース・タイムスタンプ。
status : Status |
このReadResult の結果ステータス。このReadResult の値を使用する前に、Status.isGood のステータスをチェックする必要があります。サーバーが有効なデータを提供したことを確認するため。
value : variant |
読み取りを要求された実際のデータ。
© 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.