ApplicationDescription QML Type
Descripción de la aplicación OPC UA. Más...
| Import Statement: | import QtOpcUa |
| Since: | QtOpcUa 5.13 |
| Status: | Deprecated since 6.9 |
Este tipo está obsoleto desde QtOpcUa 6.9. Desaconsejamos su uso en código nuevo.
Propiedades
- ApplicationType : enumeration
- applicationName : LocalizedText
- applicationType : ApplicationType
- applicationUri : string
- discoveryProfileUri : string
- discoveryUrls : list
- gatewayServerUri : string
- productUri : string
Descripción detallada
La descripción de la aplicación contiene información sobre una aplicación OPC UA.
Documentación de propiedades
ApplicationType : enumeration
El tipo de aplicación.
| Constante | Descripción |
|---|---|
Server | Esta aplicación es un servidor. |
Client | Esta aplicación es un cliente. |
ClientAndServer | Esta aplicación es un cliente y un servidor. |
DiscoveryServer | Esta aplicación es un servidor de descubrimiento. |
applicationName : LocalizedText
Nombre que describe la aplicación.
applicationType : ApplicationType
El tipo de aplicación: servidor, cliente, ambos o servidor de descubrimiento.
applicationUri : string
El identificador único global para esta instancia de aplicación.
discoveryProfileUri : string
El URI del perfil de descubrimiento compatible.
discoveryUrls : list
Una lista de URL de puntos finales de descubrimiento.
gatewayServerUri : string
URI del servidor de puerta de enlace.
productUri : string
El identificador único global de este producto.
© 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.