SIM900
|
Public Attributes | |
uint8_t | day |
Date component: day. | |
uint8_t | month |
Date component: month. | |
uint8_t | year |
Date component: year. | |
uint8_t | hour |
Time component: hour. | |
uint8_t | minute |
Time component: minute. | |
uint8_t | second |
Time component: second. | |
int8_t | gmt |
GMT (Greenwich Mean Time) offset in hours. | |
Definition at line 200 of file sim900_defs.h.
uint8_t _SIM900RTC::day |
Date component: day.
Definition at line 202 of file sim900_defs.h.
int8_t _SIM900RTC::gmt |
GMT (Greenwich Mean Time) offset in hours.
Definition at line 220 of file sim900_defs.h.
uint8_t _SIM900RTC::hour |
Time component: hour.
Definition at line 211 of file sim900_defs.h.
uint8_t _SIM900RTC::minute |
Time component: minute.
Definition at line 214 of file sim900_defs.h.
uint8_t _SIM900RTC::month |
Date component: month.
Definition at line 205 of file sim900_defs.h.
uint8_t _SIM900RTC::second |
Time component: second.
Definition at line 217 of file sim900_defs.h.
uint8_t _SIM900RTC::year |
Date component: year.
Definition at line 208 of file sim900_defs.h.