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.
defaultValue#
uint16_t EmberAfDefaultOrMinMaxAttributeValue::defaultValue
Actual default value if the attribute size is 2 bytes or less.
ptrToMinMaxValue#
EmberAfAttributeMinMaxValue* EmberAfDefaultOrMinMaxAttributeValue::ptrToMinMaxValue
Point to the min max attribute value structure, if min/max is supported for this attribute.