securityEvent()
Function to generate a Security Event.
Synopsis
int securityEvent(errClass err, bool needsLog = true);
Parameters
Parameter | Description |
---|---|
errClass | The error class object containing further details about the error. |
needsLog | Specifies if the event should be added to the WinCC OA log file. |
Description
-
errClass err = makeError("pmon" , PRIO_INFO, ERR_SYSTEM, 35);
securityEvent(err, TRUE);
Assignment
Availability
CTRL, UI