MethodArgument QML Type
OpcUa 메서드 호출에 대한 인수입니다. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
속성
- value : variant
상세 설명
인수가 필요한 메서드를 호출할 때 이 유형이 사용됩니다.
이 예는 두 개의 이중 인수가 있는 메서드를 호출하는 방법을 보여줍니다.
QtOpcUa.MethodNode { ... inputArguments: [ QtOpcUa.MethodArgument { value: 3 type: QtOpcUa.Constants.Double }, QtOpcUa.MethodArgument { value: 4 type: QtOpcUa.Constants.Double } ] }
속성 문서
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.