LiteralOperand QML Type
OPC UA 리터럴오퍼랜드 유형. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
속성
상세 설명
리터럴오퍼랜드는 OPC UA 1.05 파트 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.