ApplicationDescription QML Type
OPC UA 应用程序描述。更多
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
Status: | Deprecated since 6.9 |
自 QtOpcUa 6.9 起,该类型已被弃用。我们强烈建议不要在新代码中使用它。
属性
- 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.