Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The severity for an event.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public enum EventSeverity
Visual Basic
Public Enumeration EventSeverity
Visual C++
public enum class EventSeverity

Members

Member nameValueDescription
Max1000 The highest possible severity.
High900 The event has high severity.
MediumHigh700 The event has medium high severity.
Medium500 The event has medium severity.
MediumLow300 The event has medium-low severity.
Low100 The event has low severity.
Min1 The lowest possible severity.

Remarks

Event severities can have any value between 1 and 1000. This enumeration provides default values.

See Also