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