XBee Firmware Library  1.6.0
Data Fields
zcl_attribute_full_t Struct Reference

Data Fields

zcl_attribute_base_t base
 
zcl_attribute_minmax_t max
 
zcl_attribute_minmax_t min
 
zcl_attribute_update_fn read
 
zcl_attribute_write_fn write
 

Detailed Description

Use this structure for attributes with min/max values or the need to have a read/write function. Be sure to set the ZCL_ATTRIB_FLAG_FULL flag in .base.flags so the attribute is parsed with the correct type.