Method | Description | |
---|---|---|
Add ( IEventMonitoredItem eventItem ) : void |
Adds the specified event monitored item.
|
|
Add ( |
Adds the specified data change monitored item.
|
|
MonitoredNode ( |
Initializes a new instance of the MonitoredNode2 class.
|
|
OnMonitoredNodeChanged ( ISystemContext context, NodeState node, NodeStateChangeMasks changes ) : void |
Called when the state of a Node changes.
|
|
OnReportEvent ( ISystemContext context, NodeState node, IFilterTarget e ) : void |
Called when a Node produces an event.
|
|
QueueValue ( ISystemContext context, NodeState node, |
Reads the value of an attribute and reports it to the MonitoredItem.
|
|
Remove ( IEventMonitoredItem eventItem ) : void |
Removes the specified event monitored item.
|
|
Remove ( |
Removes the specified data change monitored item.
|
public Add ( IEventMonitoredItem eventItem ) : void | ||
eventItem | IEventMonitoredItem | The monitored item. |
return | void |
public Add ( |
||
datachangeItem | The monitored item. | |
return | void |
public MonitoredNode ( |
||
nodeManager | The node manager. | |
node | NodeState | The node. |
return | System |
public OnMonitoredNodeChanged ( ISystemContext context, NodeState node, NodeStateChangeMasks changes ) : void | ||
context | ISystemContext | The system context. |
node | NodeState | The affected node. |
changes | NodeStateChangeMasks | The mask indicating what changes have occurred. |
return | void |
public OnReportEvent ( ISystemContext context, NodeState node, IFilterTarget e ) : void | ||
context | ISystemContext | The system context. |
node | NodeState | The affected node. |
e | IFilterTarget | The event. |
return | void |
public QueueValue ( ISystemContext context, NodeState node, |
||
context | ISystemContext | |
node | NodeState | |
monitoredItem | ||
return | void |
public Remove ( IEventMonitoredItem eventItem ) : void | ||
eventItem | IEventMonitoredItem | The monitored item. |
return | void |
public Remove ( |
||
datachangeItem | The monitored item. | |
return | void |