[][src]Type Definition esp_idf_bindgen::esp_ota_handle_t

type esp_ota_handle_t = u32;

@brief Opaque handle for an application OTA update

esp_ota_begin() returns a handle which is then used for subsequent calls to esp_ota_write() and esp_ota_end().