A data structure used to describe the time in a human understandable format (as opposed to 32-bit UTC)
Public Attribute Documentation#
year#
uint16_t EmberAfTimeStruct::year
Definition at line
1519
of file ./app/framework/include/af-types.h
month#
uint8_t EmberAfTimeStruct::month
Definition at line
1520
of file ./app/framework/include/af-types.h
day#
uint8_t EmberAfTimeStruct::day
Definition at line
1521
of file ./app/framework/include/af-types.h
hours#
uint8_t EmberAfTimeStruct::hours
Definition at line
1522
of file ./app/framework/include/af-types.h
minutes#
uint8_t EmberAfTimeStruct::minutes
Definition at line
1523
of file ./app/framework/include/af-types.h
seconds#
uint8_t EmberAfTimeStruct::seconds
Definition at line
1524
of file ./app/framework/include/af-types.h