5.1.7.1.6 ZCL_UnsolicitedUpgradeEndResp Function

Syntax

bool ZCL_UnsolicitedUpgradeEndResp(ZCL_Addressing_t *addressing, ZCL_OtauUpgradeEndResp_t *resp);

Description

The server can issue an unsolicited Upgrade End Response command to the client. For example, the server can use this to synchronize the upgrade across multiple clients at the same time.

Input Parameters
Parameter NameDescription
addressingPointer to structure with addressing information
respPointer to upgrade end response payload
Return Type and Values
  • true – Data is sending
  • false – Otherwise