Zigbee Protocol Controller 1.6.0
|
the structure used to represent a report record used by the ZCL application framework when sending attribute/report information More...
#include <attribute_management_int.h>
Public Attributes | |
zigbee_eui64_t | eui64 |
zigbee_endpoint_id_t | endpoint_id |
zcl_cluster_id_t | cluster_id |
zcl_attribute_id_t | attribute_id |
enum e_zcl_attribute_type | type |
uint8_t * | data |
the structure used to represent a report record used by the ZCL application framework when sending attribute/report information
zcl_attribute_id_t attribute_report_t::attribute_id |
zcl_cluster_id_t attribute_report_t::cluster_id |
uint8_t* attribute_report_t::data |
zigbee_endpoint_id_t attribute_report_t::endpoint_id |
zigbee_eui64_t attribute_report_t::eui64 |
enum e_zcl_attribute_type attribute_report_t::type |