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.