Union describing the attribute default/min/max values.
Public Attribute Documentation#
ptrToDefaultValue#
uint8_t* EmberAfDefaultOrMinMaxAttributeValue::ptrToDefaultValue
Point 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
153
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
157
of file app/framework/include/af-types.h
ptrToMinMaxValue#
EmberAfAttributeMinMaxValue* EmberAfDefaultOrMinMaxAttributeValue::ptrToMinMaxValue
Point to the min max attribute value structure, if min/max is supported for this attribute.
Definition at line
162
of file app/framework/include/af-types.h