XBee Firmware Library  1.6.0
Data Fields
zcl_attribute_base_t Struct Reference

Data Fields

uint8_t flags
 
uint16_t id
 
uint8_t type
 
const void FAR * value
 

Detailed Description

Basic structure for storing a list of attributes in a cluster. If .min and .max are both set to 0, there isn't a limit

Note
Consider putting type after id – it would then be possible to have macros for attributes that include the id AND type.