ReadResult QML Type

서버에서 읽은 후의 결과 데이터를 포함합니다. 더 보기...

Import Statement: import QtOpcUa
Since: QtOpcUa 5.13

속성

상세 설명

이 유형은 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]

읽도록 요청된 실제 데이터입니다.


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