The raw category value of the alarm as defined by the sever (e.g. Digital, Limit, ROC, Deviation)

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int RawCategory { get; set; }
Visual Basic
Public Property RawCategory As Integer
	Get
	Set
JScript
function get RawCategory () : int
function set RawCategory (value : int)

Remarks

FOR OPC AE alarms only. For simple events or OPC UA alarms it's always 0

See Also