This struct contains the system time.
Used for time storage.
#include <m2m_types.h>
Data Fields | |
uint8 | __PAD8__ |
uint8 | __PAD__ [__PADDING_tstrSystemTime_] |
uint16 | u16Year |
uint8 | u8Day |
uint8 | u8Hour |
uint8 | u8Minute |
uint8 | u8Month |
uint8 | u8Second |
uint8 tstrSystemTime::__PAD8__ |
uint8 tstrSystemTime::__PAD__[__PADDING_tstrSystemTime_] |
Structure padding.
uint16 tstrSystemTime::u16Year |
Year
Referenced by Cert_CompareTime(), Cert_DecodeTime(), Cert_DecodeValidity(), and X509Cert_Dump().
uint8 tstrSystemTime::u8Day |
Day
Referenced by Cert_CompareTime(), Cert_DecodeTime(), and X509Cert_Dump().
uint8 tstrSystemTime::u8Hour |
Hour
Referenced by Cert_CompareTime(), Cert_DecodeTime(), wifi_cb(), and X509Cert_Dump().
uint8 tstrSystemTime::u8Minute |
Minutes
Referenced by Cert_CompareTime(), Cert_DecodeTime(), wifi_cb(), and X509Cert_Dump().
uint8 tstrSystemTime::u8Month |
Month
Referenced by Cert_CompareTime(), Cert_DecodeTime(), and X509Cert_Dump().
uint8 tstrSystemTime::u8Second |
Seconds
Referenced by Cert_CompareTime(), Cert_DecodeTime(), wifi_cb(), and X509Cert_Dump().