![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Helper class to parse the time value into a human readable string. More...
#include <time.h>
Data Fields | |
uint8_t | year |
Year : 20(00) - 2(255) | |
uint8_t | month |
Month: 1 - 12. | |
uint8_t | day |
Day : 1 - 31. | |
uint8_t | hour |
Hours : 0 - 23. | |
uint8_t | minute |
Minutes : 0 - 59. | |
uint8_t | second |
Seconds : 0 - 59. | |
Helper class to parse the time value into a human readable string.