dOPC Client Toolkit
|
Close
|
Params contains additional parameters for XML or UA communication.
Currently the following parameters are available:
Value |
Description |
ua-usermode |
0=Anonymous, 1=UserName, 2=Certificate, 3=IssuedToken, 4=Kerberos (See also: ua.client.TdOPCUAClient.UserLogin) |
ua-user | |
ua-pass |
Password if ua-usermode = 1 |
ua-data |
Path to he private key if ua-usermode = 2 (Certificate) |
ua-securitymode |
1=None; 2=Sign; 3=SignAndEncrypt (See also: ua.client.TdOPCUAClient.SecurityMode) |
ua-securitypolicy |
1= None, 2=Basic128Rsa15, 3=Basic256, 4=Basic256Sha256=4 (See also: ua.client.TdOPCUAClient.SecurityPolicy) |
ua-proxy |
Proxy server. (Format = urn://user:pass@url:port) (See also: ua.client.TdOPCUAClient.Proxy) |
ua-cert-file |
Path to public key file name if ua-securitymode is not none |
ua-pkey-file |
Path to private key file name if ua-securitymode is not none |
ua-timeout |
Timeout in milliseconds for UA service calls (See also: ua.client.TdOPCUAClient.Timeout). |
ua-timeoutconnect |
Timeout in milliseconds for UA server connections (See also: ua.client.TdOPCUAClient.TimeoutConnect) |
set:
get:
Kassl GmbH Copyright © 2024. All rights reserved.
|