5.2.8.7 ZCL_Notify_t Structure

Syntax
typedef struct
{
 ZCL_Status_t status; //!< status of command
 ZCL_NotifyId_t id; //!< id of notification
 ZCL_Addressing_t *addressing; //!< sender addressing (ZCL response case)
 uint8_t responseLength; //!< length of response payload
 uint8_t *responsePayload; //!< pointer to response payload. Response payload can be parsed by ZCL_GetNextElement() function
} ZCL_Notify_t;

Description

The ZCL_Notify_t structure type defines the notification for a ZCL response.