HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
HF::Core::Time::Date Struct Reference

Helper class to parse the time value into a human readable string. More...

#include <time.h>

+ Collaboration diagram for HF::Core::Time::Date:

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.
 

Detailed Description

Helper class to parse the time value into a human readable string.

Definition at line 164 of file time.h.


The documentation for this struct was generated from the following file: