UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.DataMonitoringResult Class Reference

The results for a data monitoring operation. More...

Properties

StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 
uint ClientHandle [get, set]
 Gets or sets the client handle. More...
 
uint RevisedQueueSize [get, set]
 Gets or sets the size of the revised queue. More...
 
bool DiscardOldest [get, set]
 Gets or sets a value indicating whether to discard the oldest entry in the queue. More...
 
double RevisedSamplingInterval [get, set]
 Gets or sets the revised sampling interval. More...
 
bool SdkMustApplyFilter [get, set]
 Gets or sets a value indicating whether the SDK must apply monitoring filter. More...
 
MonitoringFilter Filter [get, set]
 Gets or sets the monitoring filter. More...
 
object FilterData [get, set]
 Gets or sets the monitoring filter data. More...
 
MonitoringFilterResult FilterResult [get, set]
 Gets or sets the monitoring filter result. More...
 

Detailed Description

The results for a data monitoring operation.

Property Documentation

uint UnifiedAutomation.UaServer.DataMonitoringResult.ClientHandle
getset

Gets or sets the client handle.

The client handle.

bool UnifiedAutomation.UaServer.DataMonitoringResult.DiscardOldest
getset

Gets or sets a value indicating whether to discard the oldest entry in the queue.

true then the oldest entry is discarded; otherwise, false.

MonitoringFilter UnifiedAutomation.UaServer.DataMonitoringResult.Filter
getset

Gets or sets the monitoring filter.

The monitoring filter.

object UnifiedAutomation.UaServer.DataMonitoringResult.FilterData
getset

Gets or sets the monitoring filter data.

The monitoring filter data.

MonitoringFilterResult UnifiedAutomation.UaServer.DataMonitoringResult.FilterResult
getset

Gets or sets the monitoring filter result.

The monitoring filter result.

uint UnifiedAutomation.UaServer.DataMonitoringResult.RevisedQueueSize
getset

Gets or sets the size of the revised queue.

The size of the revised queue.

double UnifiedAutomation.UaServer.DataMonitoringResult.RevisedSamplingInterval
getset

Gets or sets the revised sampling interval.

The revised sampling interval.

bool UnifiedAutomation.UaServer.DataMonitoringResult.SdkMustApplyFilter
getset

Gets or sets a value indicating whether the SDK must apply monitoring filter.

true if the SDK must apply monitoring filter; otherwise, false.

StatusCode UnifiedAutomation.UaServer.DataMonitoringResult.StatusCode
getset

Gets or sets the status code.

The status code.


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