esp_idf_hal::sys

Function esp_https_ota_is_complete_data_received

Source
pub unsafe extern "C" fn esp_https_ota_is_complete_data_received(
    https_ota_handle: *mut c_void,
) -> bool
Expand description

@brief Checks if complete data was received or not

@note This API can be called just before esp_https_ota_finish() to validate if the complete image was indeed received.

@param[in] https_ota_handle pointer to esp_https_ota_handle_t structure

@return

  • false
  • true