Zigbee Protocol Controller 1.6.0
|
Struct used to store all the data associated to an attribute. More...
#include <datastore_attributes.h>
Public Attributes | |
datastore_attribute_id_t | id |
uint32_t | type |
datastore_attribute_id_t | parent_id |
uint8_t | reported_value [DATASTORE_ATTRIBUTE_VALUE_SIZE] |
uint8_t | reported_value_size |
uint8_t | desired_value [DATASTORE_ATTRIBUTE_VALUE_SIZE] |
uint8_t | desired_value_size |
Struct used to store all the data associated to an attribute.
uint8_t _datastore_attribute_::desired_value[DATASTORE_ATTRIBUTE_VALUE_SIZE] |
uint8_t _datastore_attribute_::desired_value_size |
datastore_attribute_id_t _datastore_attribute_::id |
datastore_attribute_id_t _datastore_attribute_::parent_id |
uint8_t _datastore_attribute_::reported_value[DATASTORE_ATTRIBUTE_VALUE_SIZE] |
uint8_t _datastore_attribute_::reported_value_size |
uint32_t _datastore_attribute_::type |