TcEventConfirmationState
Defines the confirmation state of an alarm.
Syntax
Definition:
typedef enum
{
NotSupported = 0,
NotRequired = 1,
WaitForConfirmation = 2,
Confirmed = 3,
Reset = 4
}TcEventConfirmationState;