EndpointDescription QML Type

The OPC UA EndpointDescription. 更多...

导入语句: import QtOpcUa
Since: QtOpcUa 5.13

特性

详细描述

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

特性文档编制

MessageSecurityMode : enumeration

The security mode supported by the endpoint.

常量 描述
Invalid The default value, will be rejected by the server.
None 不安全。
Sign Messages are signed but not encrypted.
SignAndEncrypt Messages are signed and encrypted.

endpointUrl : string

The URL for the endpoint.


securityMode : MessageSecurityMode

Security mode supported by this endpoint.


securityPolicy : string

The URI of the security policy.


server : ApplicationDescription

The application description of the server.


userIdentityTokens : list < UserTokenPolicy >

List of user identity tokens the endpoint will accept.