TcEventConfirmationState
Definiert den Bestätigungszustand eines Alarms.
Syntax
Definition:
typedef enum
{
NotSupported = 0,
NotRequired = 1,
WaitForConfirmation = 2,
Confirmed = 3,
Reset = 4
}TcEventConfirmationState;