TcEventEntry
Structured type with event or error information.
Namespace: TwinCAT TypeSystem
Library: Not required. TwinCAT system resource from v3.1.4024.0
Syntax
TYPE TcEventEntry :
STRUCT
uuidEventClass : GUID;
nEventId : UDINT;
eSeverity : TcEventSeverity;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
uuidEventClass | A unique ID for the event class. The GUID specifies the event source. | |
nEventID | UDINT | Event ID or error number. |
eSeverity | Degree of severity. |