ZCL_Notify_t struct
C
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
Type describing ZCL response