Developing with ZBOSS for Zigbee

ZCL Read Attribute Response Command frame. More...

#include <zb_zcl_commands.h>

Data Fields

zb_uint16_t attr_id
 
zb_uint8_t status
 
zb_uint8_t attr_type
 
zb_uint8_t attr_value [1]
 

Detailed Description

ZCL Read Attribute Response Command frame.

See also
ZCL spec, zb_zcl_read_attr 2.4.2 Read Attributes Response Command
Note
Command frame contains variable number of parameters. Also, based on status value attr_type and attr_value maybe absent.

Field Documentation

◆ attr_id

zb_uint16_t zb_zcl_read_attr_res_s::attr_id

Attribute ID

◆ attr_type

zb_uint8_t zb_zcl_read_attr_res_s::attr_type

Attribute type

◆ attr_value

zb_uint8_t zb_zcl_read_attr_res_s::attr_value[1]

Attribute value

◆ status

zb_uint8_t zb_zcl_read_attr_res_s::status

Attribute status


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