namespace Wayne.Lib.Log
{
///
///
///
public enum AlarmId
{
///
///
///
Unknown = 0,
///
///
///
SpmBatteryLow = 1011,
///
///
///
SpmBatteryLowshutdown = 1012,
///
///
///
SpmBreachReason = 1013,
///
///
///
SoftwarePackageNotVerified = 2011,
///
///
///
SecurePromptFileAuthificationError = 2012,
///
///
///
SpmSoftwareUpdateSucceeded = 2020,
///
///
///
SpmSoftwareUpdateFailed = 2021,
///
///
///
TerminalUpgradeSucceeded = 2030,
///
///
///
TerminalUpgradeFailed = 2031,
///
///
///
PrinterPaperOk = 2040,
///
///
///
PrinterPaperJam = 2041,
///
///
///
PrinterPaperLow = 2042,
///
///
///
PrinterPaperOut = 2043,
///
///
///
PinPadChanged = 3011,
///
///
///
PinPadChangedConfirmed = 3012,
///
///
///
PinPadUnavailable = 3013,
///
///
///
TerminalDoorOk = 3020,
///
///
///
TerminalDoorOpen = 3021,
///
///
///
TerminalDoorOpeningConfirmationRequested = 3022,
///
///
///
IccMagneticFallback = 3031,
///
///
///
CardHostOnline = 4010,
///
///
///
CardHostOffline = 4011,
///
///
///
StoreAndForwardTransactionRemoved = 4021,
}
}