Connectivity Software User's Guide and Reference
DefaultEventSeverity Field



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AENotificationPayload Class : DefaultEventSeverity Field
Event severity used when the event arguments contain no event, and the default event payload is not specified.

This is a constant, and its value is 9999.

Syntax
'Declaration
 
Public Const DefaultEventSeverity As Integer
'Usage
 
Dim value As Integer
 
value = AENotificationPayload.DefaultEventSeverity
public const int DefaultEventSeverity
public:
const int DefaultEventSeverity
Remarks
The OPC-A&E severities are from 0(1) to 1000. The value 9999 is chosen to be higher than the severity of any OPC-A&E event, yet still in a 4-digit range.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also