SIM900
|
Public Attributes | |
uint8_t | day |
Date component: day. More... | |
uint8_t | month |
Date component: month. More... | |
uint8_t | year |
Date component: year. More... | |
uint8_t | hour |
Time component: hour. More... | |
uint8_t | minute |
Time component: minute. More... | |
uint8_t | second |
Time component: second. More... | |
int8_t | gmt |
GMT (Greenwich Mean Time) offset in hours. More... | |
Definition at line 254 of file sim900_defs.h.
uint8_t _SIM900RTC::day |
Date component: day.
Definition at line 256 of file sim900_defs.h.
int8_t _SIM900RTC::gmt |
GMT (Greenwich Mean Time) offset in hours.
Definition at line 274 of file sim900_defs.h.
uint8_t _SIM900RTC::hour |
Time component: hour.
Definition at line 265 of file sim900_defs.h.
uint8_t _SIM900RTC::minute |
Time component: minute.
Definition at line 268 of file sim900_defs.h.
uint8_t _SIM900RTC::month |
Date component: month.
Definition at line 259 of file sim900_defs.h.
uint8_t _SIM900RTC::second |
Time component: second.
Definition at line 271 of file sim900_defs.h.
uint8_t _SIM900RTC::year |
Date component: year.
Definition at line 262 of file sim900_defs.h.