ZCL_WriteAttributeResp_t Struct
C
typedef struct PACK
{
uint8_t status; //!< status of writing attribute operation
ZCL_AttributeId_t id; //!< requested attribute id
} ZCL_WriteAttributeResp_t;
Description
Type describing payload element of response to write request command. This type can be used to get next writing status from the write response payload.
