5.2.8.19 ZCL_WriteAttributeReq_t Structure

Syntax
typedef struct PACK
{
 ZCL_AttributeId_t id; //!< requested attribute id
 uint8_t type; //!< requested attribute type
 uint8_t value[1]; //!< requested attribute value
} ZCL_WriteAttributeReq_t;

Description

The ZCL_WriteAttributeReq_t structure type describes the payload element of the write request commands. Use this type to add a single attribute entry to the write request payload.