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

◆ day

uint8_t EmberAfTimeStruct::day

◆ hours

uint8_t EmberAfTimeStruct::hours

◆ minutes

uint8_t EmberAfTimeStruct::minutes

◆ month

uint8_t EmberAfTimeStruct::month

◆ seconds

uint8_t EmberAfTimeStruct::seconds

◆ year

uint16_t EmberAfTimeStruct::year

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