EndpointDescription QML Type

OPC UA 端点描述。更多

Import Statement: import QtOpcUa
Since: QtOpcUa 5.13
Status: Deprecated since 6.9

自 QtOpcUa 6.9 起,该类型已被弃用。我们强烈建议不要在新代码中使用它。

属性

详细说明

端点描述包含有关端点以及如何连接到端点的信息。

属性文档

MessageSecurityMode : enumeration

端点支持的安全模式。

常量说明
Invalid默认值,将被服务器拒绝。
None无安全性。
Sign信息已签名但未加密。
SignAndEncrypt信息已签名并加密。

endpointUrl : string

端点的 URL。


securityMode : MessageSecurityMode

该端点支持的安全模式。


securityPolicy : string

安全策略的 URI。


服务器的应用描述。


userIdentityTokens : list<UserTokenPolicy>

端点将接受的用户身份令牌列表。


© 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.