1.2.11.4.28 SYS_TIME_CALLBACK_TYPE Enum

1.2.11.4.28 C

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

    // Requesting a periodically repeating callback.
    SYS_TIME_PERIODIC

} SYS_TIME_CALLBACK_TYPE;

1.2.11.4.28 Summary

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

1.2.11.4.28 Remarks

None.