ApplicationDescription QML Type
OPC UA 애플리케이션설명. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
속성
- ApplicationType : enumeration
- applicationName : LocalizedText
- applicationType : ApplicationType
- applicationUri : string
- discoveryProfileUri : string
- discoveryUrls : list
- gatewayServerUri : string
- productUri : string
상세 설명
애플리케이션 설명에는 OPC UA 애플리케이션에 대한 정보가 포함되어 있습니다.
속성 문서
ApplicationType : enumeration |
애플리케이션 유형입니다.
상수 | 설명 |
---|---|
Server | 이 애플리케이션은 서버입니다. |
Client | 이 애플리케이션은 클라이언트입니다. |
ClientAndServer | 이 애플리케이션은 클라이언트와 서버입니다. |
DiscoveryServer | 이 애플리케이션은 검색 서버입니다. |
applicationName : LocalizedText |
애플리케이션을 설명하는 이름입니다.
applicationType : ApplicationType |
애플리케이션의 유형: 서버, 클라이언트, 둘 다 또는 검색 서버.
applicationUri : string |
이 애플리케이션 인스턴스의 글로벌 고유 식별자입니다.
discoveryProfileUri : string |
지원되는 검색 프로필의 URI입니다.
discoveryUrls : list |
검색 엔드포인트의 URL 목록입니다.
gatewayServerUri : string |
게이트웨이 서버의 URI입니다.
productUri : string |
이 제품의 글로벌 고유 식별자입니다.
© 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.