5.2.8.20 ZCL_ReadAttributeResp_t Structure
Syntax
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
The ZCL_ReadAttributeResp_t
structure type describes the payload element
of the response to read request command. Use this type to get a single
attribute entry from the read response payload.