ST_IotFunctionsEvent

Contains detailed information about the cause of the latest error code result.

(* guid of underlying event class *)
uuidEventClass : GUID;

(* event id of underlying event *)
nEventId : UDINT;

(* severity level of underlying event *)
nSeverity : UDINT;

(* verbose message of underlying event *)
sEventMsg : STRING(255);

(* verbose event class name of underlying event *)
sEventClass : STRING(255);

(* verbose origin of underlying event *)
sSourcePath : STRING(255);

(* cycle in which underlying event occurred *)
nCycle : ULINT;