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

Stores the state for an event monitored item. More...

Public Member Functions

 EventMonitoredItem (MonitoredItemHandle itemHandle, MonitoringMode monitoringMode, MonitoringParameters parameters, EventNotificationEventHandler callback)
 Initializes a new instance of the EventMonitoredItem class. More...
 

Properties

MonitoredItemHandle ItemHandle [get, set]
 Gets the item handle. More...
 
EventNotificationEventHandler Callback [get, set]
 Gets the callback. More...
 
MonitoringMode MonitoringMode [get, set]
 Gets or sets the monitoring mode. More...
 
MonitoringParameters Parameters [get, set]
 Gets or sets the monitoring mode. More...
 

Detailed Description

Stores the state for an event monitored item.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.EventMonitoredItem.EventMonitoredItem ( MonitoredItemHandle  itemHandle,
MonitoringMode  monitoringMode,
MonitoringParameters  parameters,
EventNotificationEventHandler  callback 
)
inline

Initializes a new instance of the EventMonitoredItem class.

Parameters
itemHandleThe item handle.
monitoringModeThe monitoring mode.
parametersThe parameters.
callbackThe callback.

Property Documentation

EventNotificationEventHandler UnifiedAutomation.UaServer.EventMonitoredItem.Callback
getset

Gets the callback.

MonitoredItemHandle UnifiedAutomation.UaServer.EventMonitoredItem.ItemHandle
getset

Gets the item handle.

MonitoringMode UnifiedAutomation.UaServer.EventMonitoredItem.MonitoringMode
getset

Gets or sets the monitoring mode.

MonitoringParameters UnifiedAutomation.UaServer.EventMonitoredItem.Parameters
getset

Gets or sets the monitoring mode.


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