UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaClient.RequestSettings Class Reference

The settings for a request. More...

Public Member Functions

 RequestSettings ()
 Initializes a new instance of the RequestSettings class. More...
 

Properties

int OperationTimeout [get, set]
 Gets or sets the operation timeout. More...
 
DiagnosticsMasks DiagnosticsMasks [get, set]
 Gets or sets the diagnostics masks. More...
 
uint RequestId [get, set]
 Gets or sets the request id. More...
 
uint MaxOperationsPerRequest [get, set]
 Gets or sets the max operations per request. More...
 

Detailed Description

The settings for a request.

Constructor & Destructor Documentation

UnifiedAutomation.UaClient.RequestSettings.RequestSettings ( )
inline

Initializes a new instance of the RequestSettings class.

Property Documentation

DiagnosticsMasks UnifiedAutomation.UaClient.RequestSettings.DiagnosticsMasks
getset

Gets or sets the diagnostics masks.

Bit mask that defines the diagnostic information to be returned from the server. The default setting is SymbolicIdAndText.

uint UnifiedAutomation.UaClient.RequestSettings.MaxOperationsPerRequest
getset

Gets or sets the max operations per request.

The maximum number of operations per service request sent to the OPC UA server. The SDK splits the calls if necessary. The default value is UInt16.MaxValue.

int UnifiedAutomation.UaClient.RequestSettings.OperationTimeout
getset

Gets or sets the operation timeout.

The timeout for the service call in milliseconds. The default setting is 30 seconds..

uint UnifiedAutomation.UaClient.RequestSettings.RequestId
getset

Gets or sets the request id.

The request id. The default value is 0.


The documentation for this class was generated from the following file: