Older Versions
Older API versions are available as a download. To view, extract the file and open the index.html file in a web browser.
Go to the documentation of this file. 19 #ifndef __ARTIK_TIME_H__ 20 #define __ARTIK_TIME_H__ 55 #define ARTIK_TIME_DFORMAT "%I:%M:%S-%w-%d/%m/%Y" 193 char *
const format, artik_time_zone gmt);
219 artik_alarm_handle * handle,
238 artik_alarm_handle * handle,
262 artik_msecond * msecond);
unsigned int day_of_week
Day of the week starting from Sunday (0-6)
unsigned int month
Month starting from January (1-12)
unsigned int minute
Minutes elapsed in the current hour (0-59)
void(* alarm_callback)(void *user_data)
This callback function gets triggered after timeout.
unsigned int day
Day of the month (1-31)
unsigned int msecond
Milliseconds elapsed in the current second.
char artik_time_gmt
Time gmt type.
unsigned int long artik_msecond
Time millisecond type.
artik_time_zone
Time zone type.
int artik_error
Error type.
unsigned int hour
Hours starting from midnight (0-23)
unsigned int second
Seconds elapsed in the current minute (0-59)
void * artik_alarm_handle
Alarm handle type.
Last updated on: