1.2.11.4.28 SYS_TIME_CALLBACK_TYPE Enum

C

typedef enum
{
    // Requesting a single (one time) callback.
    SYS_TIME_SINGLE,

    // Requesting a periodically repeating callback.
    SYS_TIME_PERIODIC

} SYS_TIME_CALLBACK_TYPE;

Summary

Identifies the type of callback requested (single or periodic).

Remarks

None.