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
Type | Direction | Argument Name | Description |
---|---|---|---|
const EmberAfOtaImageId * | N/A | id | OTA Image ID |
emberAfOtaStorageDriverMaxDownloadSizeCallback#
uint32_t emberAfOtaStorageDriverMaxDownloadSizeCallback (void )
OTA Storage Driver Max Download Size callback.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |