5.2.8.21 ZCL_WriteAttributeResp_t Structure
Syntax
typedef struct PACK
{
uint8_t status; //!< status of writing attribute operation
ZCL_AttributeId_t id; //!< requested attribute id
} ZCL_WriteAttributeResp_t;Description
The ZCL_WriteAttributeResp_t structure type describes the payload
element of the response to write request command. Use this type to get next
writing status from the write response payload.
