5.2.8.11 ZCL_ReadAttributeReq_t Structure
Syntax
typedef struct PACK
{
ZCL_AttributeId_t id; //!< Requested attribute id
} ZCL_ReadAttributeReq_t;Description
The ZCL_ReadAttributeReq_t structure is a type that describes payload
element of the read request command. Use this type to add a single attribute
entry to the read request payload.
