ValueNode QML Type
서버의 값 노드를 나타냅니다. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.12 |
Inherits: |
속성
- serverTimestamp : Date
- sourceTimestamp : Date
- value : variant
- valueType : variant
자세한 설명
import QtOpcUa as QtOpcUa QtOpcUa.ValueNode { nodeId: QtOpcUa.NodeId { ns: "Test Namespace" identifier: "s=TestName" } connection: myConnection }
서버에서 값 변경을 추적하기 위해 서버에 구독이 생성됩니다.
NodeId, Connection, Node 를참조하세요 .
속성 문서
serverTimestamp : Date |
값 속성의 서버 타임스탬프입니다.
sourceTimestamp : Date |
값 속성의 소스 타임스탬프입니다.
value : variant |
이 노드의 값입니다. 이 속성을 읽고 쓰면 서버의 노드에 액세스합니다.
valueType : variant |
이 노드의 유형 유형입니다. 초기 값은 QtOpcUa.Constants.Undefined 이며 첫 번째 연결이 설정될 때 서버에서 가져옵니다. 모든 값은 지정된 유형으로 서버에 기록됩니다.
© 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.