EndpointDescription QML Type
OPC UA 端点描述。更多
| Import Statement: | import QtOpcUa |
| Since: | QtOpcUa 5.13 |
| Status: | Deprecated since 6.9 |
自 QtOpcUa 6.9 起,该类型已被弃用。我们强烈建议不要在新代码中使用它。
属性
- MessageSecurityMode : enumeration
- endpointUrl : string
- securityMode : MessageSecurityMode
- securityPolicy : string
- server : ApplicationDescription
- userIdentityTokens : list<UserTokenPolicy>
详细说明
端点描述包含有关端点以及如何连接到端点的信息。
属性文档
MessageSecurityMode : enumeration
终端支持的安全模式。
| 常量 | 说明 |
|---|---|
Invalid | 默认值,将被服务器拒绝。 |
None | 无安全性。 |
Sign | 信息已签名但未加密。 |
SignAndEncrypt | 信息已签名并加密。 |
endpointUrl : string
端点的 URL。
securityMode : MessageSecurityMode
该终端支持的安全模式。
securityPolicy : string
安全策略的 URI。
server : ApplicationDescription
服务器的应用描述。
userIdentityTokens : list<UserTokenPolicy>
端点将接受的用户身份令牌列表。
© 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.