OTA Storage#
Callbacks for OTA Storage Component.
Callbacks#
emberAfOtaStorageDeleteImageCallback(const EmberAfOtaImageId *id)
OTA Storage Delete Image callback.
uint32_t
OTA Storage Driver Max Download Size callback.
Callbacks Documentation#
emberAfOtaStorageDeleteImageCallback#
EmberAfOtaStorageStatus emberAfOtaStorageDeleteImageCallback (const EmberAfOtaImageId * id)
OTA Storage Delete Image callback.
Parameters
N/A | id | OTA Image ID |
Definition at line
134
of file app/framework/plugin/ota-storage-common/ota-storage.h
emberAfOtaStorageDriverMaxDownloadSizeCallback#
uint32_t emberAfOtaStorageDriverMaxDownloadSizeCallback (void )
OTA Storage Driver Max Download Size callback.
Parameters
N/A |
Definition at line
139
of file app/framework/plugin/ota-storage-common/ota-storage.h