5.1.7.1.3 ZCL_ImageNotifyReq Function
Syntax
bool ZCL_ImageNotifyReq(ZCL_Addressing_t *addressing, ZCL_OtauImageNotify_t *resp);
Description
The server calls this function to send image notify command to client.
Input Parameters
| Parameter Name | Description |
|---|---|
addressing | Pointer to structure with addressing information |
resp | Pointer to image notify command payload |
Return Type and Values
true– Data is sendingfalse– Otherwise
