ZCL_ReadAttributeReq_t struct
C
typedef struct PACK
{
ZCL_AttributeId_t id; //!< Requested attribute id
} ZCL_ReadAttributeReq_t;
Description
Type describing payload element of read request command. This type can be used to add one attribute entry to the read request payload.
