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

The parameters used to create a data monitored item with filtering and/or queuing. More...

Properties

NodeId NodeId [get, set]
 Gets or sets the node id. More...
 
uint AttributeId [get, set]
 Gets or sets the attribute id. More...
 
string IndexRange [get, set]
 Gets or sets the index range. More...
 
double SamplingInterval [get, set]
 Gets or sets the sampling interval. More...
 
uint QueueSize [get, set]
 Gets or sets the size of the queue. More...
 
bool DiscardOldest [get, set]
 Gets or sets a value indicating whether [discard oldest]. More...
 
MonitoringFilter Filter [get, set]
 Gets or sets the filter. More...
 
InternalClientDataChangeEventHandler Callback [get, set]
 Gets or sets the callback. More...
 
object CallbackData [get, set]
 Gets or sets the callback data. More...
 

Detailed Description

The parameters used to create a data monitored item with filtering and/or queuing.

Property Documentation

uint UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.AttributeId
getset

Gets or sets the attribute id.

The attribute id.

InternalClientDataChangeEventHandler UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.Callback
getset

Gets or sets the callback.

The callback.

object UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.CallbackData
getset

Gets or sets the callback data.

The callback data.

bool UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.DiscardOldest
getset

Gets or sets a value indicating whether [discard oldest].

true if [discard oldest]; otherwise, false.

MonitoringFilter UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.Filter
getset

Gets or sets the filter.

The filter.

string UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.IndexRange
getset

Gets or sets the index range.

The index range.

NodeId UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.NodeId
getset

Gets or sets the node id.

The node id.

uint UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.QueueSize
getset

Gets or sets the size of the queue.

The size of the queue.

double UnifiedAutomation.UaServer.InternalClientFullDataMonitoredItem.SamplingInterval
getset

Gets or sets the sampling interval.

The sampling interval.


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