UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations 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.
 
uint ClientHandle [get, set]
 Gets or sets the client handle.
 
uint RevisedQueueSize [get, set]
 Gets or sets the size of the revised queue.
 
bool DiscardOldest [get, set]
 Gets or sets a value indicating whether to discard the oldest entry in the queue.
 
double RevisedSamplingInterval [get, set]
 Gets or sets the revised sampling interval.
 
bool SdkMustApplyFilter [get, set]
 Gets or sets a value indicating whether the SDK must apply monitoring filter.
 
MonitoringFilter Filter [get, set]
 Gets or sets the monitoring filter.
 
object FilterData [get, set]
 Gets or sets the monitoring filter data.
 
MonitoringFilterResult FilterResult [get, set]
 Gets or sets the monitoring filter result.
 

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: