EmberAfDefaultOrMinMaxAttributeValue Union Reference
Union describing the attribute default/min/max values.
#include <
af-types.h
>
Data Fields |
|
uint8_t * | ptrToDefaultValue |
uint16_t | defaultValue |
EmberAfAttributeMinMaxValue * | ptrToMinMaxValue |
Union describing the attribute default/min/max values.
Field Documentation
uint16_t EmberAfDefaultOrMinMaxAttributeValue::defaultValue |
Actual default value if the attribute size is 2 bytes or less.
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.
EmberAfAttributeMinMaxValue * EmberAfDefaultOrMinMaxAttributeValue::ptrToMinMaxValue |
Points to the min max attribute value structure, if min/max is supported for this attribute.
The documentation for this union was generated from the following file:
-
af-types.h