このページでは

ReadResult QML Type

サーバーからの読み込み後の結果データを含む。詳細...

Import Statement: import QtOpcUa
Since: QtOpcUa 5.13
Status: Deprecated since 6.9

この型はQtOpcUa 6.9以降非推奨です。新しいコードでは使用しないことを強くお勧めします。

プロパティ

詳細説明

この型は、関数Connection::readNodeAttributes を使用してサーバーから読み込んだ後に、読み込んだデータを渡すために使用される。

プロパティの説明

attribute : Constants.NodeAttribute [read-only]

読み込まれたデータのノード属性。

indexRange : string [read-only]

読み込まれたデータのインデックス範囲。

namespaceName : string [read-only]

読み込まれたノードのネームスペース名。

nodeId : string [read-only]

読み込まれたノードのノード ID。

serverTimestamp : datetime [read-only]

読み込まれたデータのサーバーのタイムスタンプ。

sourceTimestamp : datetime [read-only]

読み込まれたデータの送信元タイムスタンプ。

status : Status [read-only]

このReadResult の結果ステータス。このReadResult の値を使用する前に、Status.isGood のステータスをチェックする必要がある。サーバーが有効なデータを提供していることを確認するため。

value : variant [read-only]

読み出しを要求された実際のデータ。

© 2026 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.