OpcDiscreteAlarm Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcDiscreteAlarm type exposes the following members.

OpcDiscreteAlarm(IOpcReadOnlyNodeDataStore)

Initializes a new instance of the OpcDiscreteAlarm class using the dataStore specified.

C#

public OpcDiscreteAlarm(IOpcReadOnlyNodeDataStore dataStore)


Parameters

dataStore IOpcReadOnlyNodeDataStore

The IOpcReadOnlyNodeDataStore of the 'Opc.UaFx.OpcDiscreteAlarmNode' to represent.


Exceptions

ArgumentNullException

The dataStore is a null reference (Nothing in Visual Basic).