.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.InternalClientFastEventMonitoredItem Class Reference

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

Properties

NodeId NodeId [get, set]
 Gets or sets the node id. More...
 
List< SimpleAttributeOperandSelectClause [get, set]
 Gets or sets the select clause. 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...
 
EventNotificationEventHandler Callback [get, set]
 Gets or sets the callback. More...
 

Detailed Description

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

Property Documentation

EventNotificationEventHandler UnifiedAutomation.UaServer.InternalClientFastEventMonitoredItem.Callback
getset

Gets or sets the callback.

The callback.

bool UnifiedAutomation.UaServer.InternalClientFastEventMonitoredItem.DiscardOldest
getset

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

true if [discard oldest]; otherwise, false.

NodeId UnifiedAutomation.UaServer.InternalClientFastEventMonitoredItem.NodeId
getset

Gets or sets the node id.

The node id.

uint UnifiedAutomation.UaServer.InternalClientFastEventMonitoredItem.QueueSize
getset

Gets or sets the size of the queue.

The size of the queue.

List<SimpleAttributeOperand> UnifiedAutomation.UaServer.InternalClientFastEventMonitoredItem.SelectClause
getset

Gets or sets the select clause.

The select clause.


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