EndpointDescription QML Type

The OPC UA EndpointDescription. 更多...

import 語句: 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.