Zigbee Protocol Controller 1.6.0
zigpc_attr_mgmt_read_data_t Struct Reference

the structure used to initialize attribute data. In order to populate initial values of all attributes, it is necessary to request attributes after a delay. This structure holds all information related to this operation. More...

#include <attribute_management_int.h>

Public Attributes

zigbee_eui64_t eui64
 
zigbee_endpoint_id_t endpoint_id
 
zcl_cluster_id_t cluster_id
 
struct ctimer timer
 

Detailed Description

the structure used to initialize attribute data. In order to populate initial values of all attributes, it is necessary to request attributes after a delay. This structure holds all information related to this operation.

zigpc_attr_mgmt_read_data_t

Member Data Documentation

◆ cluster_id

zcl_cluster_id_t zigpc_attr_mgmt_read_data_t::cluster_id

◆ endpoint_id

zigbee_endpoint_id_t zigpc_attr_mgmt_read_data_t::endpoint_id

◆ eui64

zigbee_eui64_t zigpc_attr_mgmt_read_data_t::eui64

◆ timer

struct ctimer zigpc_attr_mgmt_read_data_t::timer

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