Appearance
struct ota_target_handler_t
#include <ota/ota.h>
Public Attributes
| Name | |
|---|---|
| ota_context_t | ctx context pointer that will be passed to all callbacks |
| ota_begin_t | on_update_begin callback to invoke when the update process begins |
| ota_append_t | on_update_append callback to invoke when the update process requests more bytes |
| ota_finalize_t | on_update_finalize callback to invoke when the update process finishes |
| ota_abort_t | on_update_abort callback to invoke when the update process was aborted |
Public Attributes Documentation
variable ctx
cpp
ota_context_t ota_target_handler_t::ctxcontext pointer that will be passed to all callbacks
variable on_update_begin
cpp
ota_begin_t ota_target_handler_t::on_update_begincallback to invoke when the update process begins
variable on_update_append
cpp
ota_append_t ota_target_handler_t::on_update_appendcallback to invoke when the update process requests more bytes
variable on_update_finalize
cpp
ota_finalize_t ota_target_handler_t::on_update_finalizecallback to invoke when the update process finishes
variable on_update_abort
cpp
ota_abort_t ota_target_handler_t::on_update_abortcallback to invoke when the update process was aborted