ApplicationDescription QML Type
Die OPC UA ApplicationDescription. Mehr...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
Eigenschaften
- ApplicationType : enumeration
- applicationName : LocalizedText
- applicationType : ApplicationType
- applicationUri : string
- discoveryProfileUri : string
- discoveryUrls : list
- gatewayServerUri : string
- productUri : string
Detaillierte Beschreibung
Die Anwendungsbeschreibung enthält Informationen über eine OPC UA Anwendung.
Eigenschaft Dokumentation
ApplicationType : enumeration |
Der Anwendungstyp.
Konstante | Beschreibung |
---|---|
Server | Diese Anwendung ist ein Server. |
Client | Diese Anwendung ist ein Client. |
ClientAndServer | Diese Anwendung ist ein Client und ein Server. |
DiscoveryServer | Bei dieser Anwendung handelt es sich um einen Discovery-Server. |
applicationName : LocalizedText |
Name, der die Anwendung beschreibt.
applicationType : ApplicationType |
Der Typ der Anwendung: Server, Client, beides oder Discovery Server.
applicationUri : string |
Der global eindeutige Bezeichner für diese Anwendungsinstanz.
discoveryProfileUri : string |
Der URI des unterstützten Discovery-Profils.
discoveryUrls : list |
Eine Liste von URLs von Discovery-Endpunkten.
gatewayServerUri : string |
Der URI des Gatewayservers.
productUri : string |
Der weltweit eindeutige Bezeichner für dieses Produkt.
© 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.