|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
This is the complete list of members for idfxx::ota::update, including all inherited members.
| abort() | idfxx::ota::update | |
| end() | idfxx::ota::update | |
| make(const partition &part) | idfxx::ota::update | static |
| make(const partition &part, size_t image_size) | idfxx::ota::update | static |
| make(const partition &part, sequential_erase_tag) | idfxx::ota::update | static |
| operator=(const update &)=delete | idfxx::ota::update | |
| operator=(update &&other) noexcept | idfxx::ota::update | |
| resume(const partition &part, size_t offset) | idfxx::ota::update | static |
| resume(const partition &part, size_t offset, size_t erase_size) | idfxx::ota::update | static |
| resume(const partition &part, size_t offset, sequential_erase_tag) | idfxx::ota::update | static |
| set_final_partition(const partition &final_part, bool copy=true) | idfxx::ota::update | |
| try_abort() | idfxx::ota::update | |
| try_end() | idfxx::ota::update | |
| try_resume(const partition &part, size_t offset) | idfxx::ota::update | static |
| try_resume(const partition &part, size_t offset, size_t erase_size) | idfxx::ota::update | static |
| try_resume(const partition &part, size_t offset, sequential_erase_tag) | idfxx::ota::update | static |
| try_set_final_partition(const partition &final_part, bool copy=true) | idfxx::ota::update | |
| try_write(const void *data, size_t size) | idfxx::ota::update | |
| try_write(std::span< const uint8_t > data) | idfxx::ota::update | |
| try_write_with_offset(uint32_t offset, const void *data, size_t size) | idfxx::ota::update | |
| try_write_with_offset(uint32_t offset, std::span< const uint8_t > data) | idfxx::ota::update | |
| update(const partition &part) | idfxx::ota::update | explicit |
| update(const partition &part, size_t image_size) | idfxx::ota::update | explicit |
| update(const partition &part, sequential_erase_tag) | idfxx::ota::update | explicit |
| update(const update &)=delete | idfxx::ota::update | |
| update(update &&other) noexcept | idfxx::ota::update | |
| write(const void *data, size_t size) | idfxx::ota::update | |
| write(std::span< const uint8_t > data) | idfxx::ota::update | |
| write_with_offset(uint32_t offset, const void *data, size_t size) | idfxx::ota::update | |
| write_with_offset(uint32_t offset, std::span< const uint8_t > data) | idfxx::ota::update | |
| ~update() | idfxx::ota::update |