Zigbee Protocol Controller 1.6.0
zigpc_attr_mgmt_write_data_t Struct Reference

the structure used to send a write attribute command. Contains all the information from MQTT and expected to be parsed into a valid ZCL frame. More...

#include <attribute_management_int.h>

Public Attributes

zigbee_eui64_t eui64
 
zigbee_endpoint_id_t endpoint_id
 
char * cluster_string
 
unsigned int cluster_string_size
 
char * attributes_string
 
unsigned int attr_string_size
 

Detailed Description

the structure used to send a write attribute command. Contains all the information from MQTT and expected to be parsed into a valid ZCL frame.

zigpc_attr_mgmt_write_data_t

Member Data Documentation

◆ attr_string_size

unsigned int zigpc_attr_mgmt_write_data_t::attr_string_size

◆ attributes_string

char* zigpc_attr_mgmt_write_data_t::attributes_string

◆ cluster_string

char* zigpc_attr_mgmt_write_data_t::cluster_string

◆ cluster_string_size

unsigned int zigpc_attr_mgmt_write_data_t::cluster_string_size

◆ endpoint_id

zigbee_endpoint_id_t zigpc_attr_mgmt_write_data_t::endpoint_id

◆ eui64

zigbee_eui64_t zigpc_attr_mgmt_write_data_t::eui64

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