.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.InternalClientFullEventMonitoredItem 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 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...
 
EventFilter Filter [get, set]
 Gets or sets the filter. More...
 
InternalClientEventEventHandler 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

InternalClientEventEventHandler UnifiedAutomation.UaServer.InternalClientFullEventMonitoredItem.Callback
getset

Gets or sets the callback.

The callback.

object UnifiedAutomation.UaServer.InternalClientFullEventMonitoredItem.CallbackData
getset

Gets or sets the callback data.

The callback data.

bool UnifiedAutomation.UaServer.InternalClientFullEventMonitoredItem.DiscardOldest
getset

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

true if [discard oldest]; otherwise, false.

EventFilter UnifiedAutomation.UaServer.InternalClientFullEventMonitoredItem.Filter
getset

Gets or sets the filter.

The filter.

NodeId UnifiedAutomation.UaServer.InternalClientFullEventMonitoredItem.NodeId
getset

Gets or sets the node id.

The node id.

uint UnifiedAutomation.UaServer.InternalClientFullEventMonitoredItem.QueueSize
getset

Gets or sets the size of the queue.

The size of the queue.


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