Union describing the attribute default/min/max values.

Public Attribute Documentation#

ptrToDefaultValue#

uint8_t* EmberAfDefaultOrMinMaxAttributeValue::ptrToDefaultValue

Points to data if size is more than 2 bytes. If size is more than 2 bytes, and this value is NULL, then the default value is all zeroes.


Definition at line 133 of file ./app/framework/include/af-types.h

defaultValue#

uint16_t EmberAfDefaultOrMinMaxAttributeValue::defaultValue

Actual default value if the attribute size is 2 bytes or less.


Definition at line 137 of file ./app/framework/include/af-types.h

ptrToMinMaxValue#

EmberAfAttributeMinMaxValue* EmberAfDefaultOrMinMaxAttributeValue::ptrToMinMaxValue

Points to the min max attribute value structure, if min/max is supported for this attribute.


Definition at line 142 of file ./app/framework/include/af-types.h