Union describing the attribute default/min/max values.
Public Attribute Documentation#
ptrToDefaultValue#
uint8_t* sl_zigbee_af_default_or_min_max_attribute_value_t::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 sl_zigbee_af_default_or_min_max_attribute_value_t::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#
sl_zigbee_af_attribute_min_max_value_t* sl_zigbee_af_default_or_min_max_attribute_value_t::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