| Sming Framework API
    Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language. | 
#include <NexRtc.h>
| Public Member Functions | |
| bool | write_rtc_time (char *time) | 
| bool | write_rtc_time (char *time_type, uint32_t number) | 
| bool | write_rtc_time (uint32_t *time) | 
| uint32_t | read_rtc_time (char *time, uint32_t len) | 
| uint32_t | read_rtc_time (char *time_type, uint32_t *number) | 
| uint32_t | read_rtc_time (uint32_t *time, uint32_t len) | 
NexRtc component.
| uint32_t NexRtc::read_rtc_time | ( | char * | time, | 
| uint32_t | len | ||
| ) | 
read rtc time
| time | - Access data array | 
| len | - len of array | 
| uint32_t NexRtc::read_rtc_time | ( | char * | time_type, | 
| uint32_t * | number | ||
| ) | 
read rtc times
| time_type | - To type in time | 
| number | - the time value | 
| uint32_t NexRtc::read_rtc_time | ( | uint32_t * | time, | 
| uint32_t | len | ||
| ) | 
read rtc time
| time | - Access data array | 
| len | - len of array | 
| bool NexRtc::write_rtc_time | ( | char * | time_type, | 
| uint32_t | number | ||
| ) | 
write rtc times
| time_type | - To type in time (example:write_rtc_time("year",2016)) | 
| number | - the time value | 
| bool NexRtc::write_rtc_time | ( | uint32_t * | time | ) | 
write rtc times
| time | - Time to write to the array |