SysEvent_UpdateType Enum

Header: #include <applibs/sysevent.h>

The type of update to apply.

typedef uint32_t SysEvent_UpdateType;
enum {
    SysEvent_UpdateType_Invalid = 0,
    SysEvent_UpdateType_App = 1,
    SysEvent_UpdateType_System = 2
};

Members

SysEvent_UpdateType_Invalid

This enum was improperly initialized.

SysEvent_UpdateType_App

An application update that restarts the updated application but doesn't reboot the device.

SysEvent_UpdateType_System

An OS update that requires a device reboot.