LiteralOperand QML Type

OPC UA LiteralOperand型。詳細...

Import Statement: import QtOpcUa
Since: QtOpcUa 5.13

プロパティ

詳細説明

LiteralOperandは、OPC UA 1.05 part 4の7.7.4.3で定義されています。フィルタのオペランドとして使用されるリテラル値が格納されています。

型の設定は、サーバー上で予想される型と一致するように行う必要があります。そうしないと、型が推測され、サーバー上で一致しないためにエラーになる可能性があります。

import QtOpcUa as QtOpcUa

QtOpcUa.LiteralOperand {
    value: 43.21
    type: QtOpcUa.Constants.Double
}

プロパティの説明

type : QOpcUa.Types

リテラル・オペランドの値の型。


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.