C# Class Quickstarts.AlarmConditionServer.AreaState

Maps an alarm area to a UA object node.
Inheritance: Opc.Ua.FolderState
Mostra file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
AreaState ( ISystemContext context, AreaState parent, Opc.Ua.NodeId nodeId, AreaConfiguration configuration ) : System

Initializes the area.

Method Details

AreaState() public method

Initializes the area.
public AreaState ( ISystemContext context, AreaState parent, Opc.Ua.NodeId nodeId, AreaConfiguration configuration ) : System
context ISystemContext
parent AreaState
nodeId Opc.Ua.NodeId
configuration AreaConfiguration
return System