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 Name | Description |
---|---|
addressing | Pointer to structure with addressing information |
resp | Pointer to upgrade end response payload |
Return Type and Values
true
– Data is sendingfalse
– Otherwise