OTA Storage#

Callbacks for OTA Storage Component.

Callbacks#

sl_zigbee_af_ota_storage_delete_image_cb(const sl_zigbee_af_ota_image_id_t *id)

A callback returning the status of the OTA storage deleting an image.

uint32_t

OTA Storage Driver max download size callback.

Callbacks Documentation#

sl_zigbee_af_ota_storage_delete_image_cb#

sl_zigbee_af_ota_storage_status_t sl_zigbee_af_ota_storage_delete_image_cb (const sl_zigbee_af_ota_image_id_t * id)

A callback returning the status of the OTA storage deleting an image.

Parameters
TypeDirectionArgument NameDescription
const sl_zigbee_af_ota_image_id_t *[in]id

a pointer of type: sl_zigbee_af_ota_image_id_t referring to the OTA image ID

Returns


sl_zigbee_af_ota_storage_driver_max_download_size_cb#

uint32_t sl_zigbee_af_ota_storage_driver_max_download_size_cb (void )

OTA Storage Driver max download size callback.

Parameters
TypeDirectionArgument NameDescription
voidN/A

Returns

  • A ::uint32_t on the maximum download size for the OTA file.