ApplicationDescription QML Type
OPC UA ApplicationDescription。詳細...
| 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
この製品のグローバル一意識別子。
© 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.