A data structure used to describe the time in a human understandable format (as opposed to 32-bit UTC)

#include <af-types.h>

Data Fields

uint16_t year
 
uint8_t month
 
uint8_t day
 
uint8_t hours
 
uint8_t minutes
 
uint8_t seconds

A data structure used to describe the time in a human understandable format (as opposed to 32-bit UTC)

Field Documentation

uint8_t EmberAfTimeStruct::day
uint8_t EmberAfTimeStruct::hours
uint8_t EmberAfTimeStruct::minutes
uint8_t EmberAfTimeStruct::month
uint8_t EmberAfTimeStruct::seconds
uint16_t EmberAfTimeStruct::year

The documentation for this struct was generated from the following file:
  • af-types.h