Important: The information in this document is obsolete and should not be used for new development.
Wakeup Time Structure
The wakeup time structure used by theGetWakeupTimer
andSetWakeupTimer
functions is defined by theWakeupTime
data type.
typedef struct WakeupTime { unsigned long wakeTime; /* wakeup time as number of seconds since midnight, January 1, 1904 */ char wakeEnabled; /* 1 = enable timer, 0=disable timer */ } WakeupTime;