ZCL_ReadAttributeResp_t struct
C
typedef struct PACK
{
ZCL_AttributeId_t id; //!< requested attribute id
uint8_t status; //!< status of reading attribute operation
uint8_t type; //!< requested attribute type
uint8_t value[1]; //!< requested attribute value
} ZCL_ReadAttributeResp_t;
Description
Type describing payload element of response to read request command. This type can be used to get one attribute entry from the read response payload.