Zigbee Protocol Controller 1.6.0
attribute_report_t Struct Reference

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
 

Detailed Description

the structure used to represent a report record used by the ZCL application framework when sending attribute/report information

attribute_report_t

Member Data Documentation

◆ attribute_id

zcl_attribute_id_t attribute_report_t::attribute_id

◆ cluster_id

zcl_cluster_id_t attribute_report_t::cluster_id

◆ data

uint8_t* attribute_report_t::data

◆ endpoint_id

zigbee_endpoint_id_t attribute_report_t::endpoint_id

◆ eui64

zigbee_eui64_t attribute_report_t::eui64

◆ type

enum e_zcl_attribute_type attribute_report_t::type

The documentation for this struct was generated from the following file: