.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaServer.ICondition Interface Reference

Interface to represent an OPC UA condition. More...

Inherited by UnifiedAutomation.UaServer.ConditionModel.

Public Member Functions

GenericEvent CreateEvent (FilterManager manager, bool autoGenerateEventIdAndTime)
 Creates an generic event for the condition. More...
 

Properties

bool Retain [get]
 The retain state. See Part 9: Alarms and Conditions More...
 
NodeId SourceNode [get]
 The source node. See Part 9: Alarms and Conditions More...
 

Detailed Description

Interface to represent an OPC UA condition.

Member Function Documentation

GenericEvent UnifiedAutomation.UaServer.ICondition.CreateEvent ( FilterManager  manager,
bool  autoGenerateEventIdAndTime 
)

Creates an generic event for the condition.

Parameters
managerThe filter manager.
autoGenerateEventIdAndTimeWhether the event id and the time should be auto-generated.
Returns
The generic event.

Property Documentation

bool UnifiedAutomation.UaServer.ICondition.Retain
get

The retain state. See Part 9: Alarms and Conditions

NodeId UnifiedAutomation.UaServer.ICondition.SourceNode
get

The source node. See Part 9: Alarms and Conditions


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