ApplicationDescription QML Type
La description de l'application OPC UA. Plus...
| Import Statement: | import QtOpcUa |
| Since: | QtOpcUa 5.13 |
| Status: | Deprecated since 6.9 |
Ce type est obsolète depuis QtOpcUa 6.9. Il est fortement déconseillé de l'utiliser dans un nouveau code.
Propriétés
- ApplicationType : enumeration
- applicationName : LocalizedText
- applicationType : ApplicationType
- applicationUri : string
- discoveryProfileUri : string
- discoveryUrls : list
- gatewayServerUri : string
- productUri : string
Description détaillée
La description de l'application contient des informations sur une application OPC UA.
Documentation sur les propriétés
ApplicationType : enumeration
Le type d'application.
| Constante | Description de l'application |
|---|---|
Server | Cette application est un serveur. |
Client | Cette application est un client. |
ClientAndServer | Cette application est un client et un serveur. |
DiscoveryServer | Cette application est un serveur de découverte. |
applicationName : LocalizedText
Nom décrivant la demande.
applicationType : ApplicationType
Le type d'application : serveur, client, les deux ou serveur de découverte.
applicationUri : string
L'identifiant unique global pour cette instance d'application.
discoveryProfileUri : string
L'URI du profil de découverte pris en charge.
discoveryUrls : list
Une liste d'URL de points d'extrémité de découverte.
gatewayServerUri : string
L'URI du serveur de la passerelle.
productUri : string
L'identifiant unique global pour ce produit.
© 2026 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.