OTA Client#
Callbacks for OTA Client Component.
Callbacks#
void
sl_zigbee_af_ota_client_pre_bootload_cb(uint8_t srcEndpoint, uint8_t serverEndpoint, sl_802154_short_addr_t serverNodeId)
Pre-Bootload Callback.
Callbacks Documentation#
sl_zigbee_af_ota_client_pre_bootload_cb#
void sl_zigbee_af_ota_client_pre_bootload_cb (uint8_t srcEndpoint, uint8_t serverEndpoint, sl_802154_short_addr_t serverNodeId)
Pre-Bootload Callback.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
uint8_t | N/A | srcEndpoint | Ver.: always |
uint8_t | N/A | serverEndpoint | Ver.: always |
sl_802154_short_addr_t | N/A | serverNodeId | Ver.: always |
Called shortly before installing the downloaded image.