ESPHome  2024.4.0
Public Member Functions
esphome::ota::ArduinoESP32OTABackend Class Reference

#include <ota_backend_arduino_esp32.h>

Inheritance diagram for esphome::ota::ArduinoESP32OTABackend:
esphome::ota::OTABackend

Public Member Functions

OTAResponseTypes begin (size_t image_size) override
 
void set_update_md5 (const char *md5) override
 
OTAResponseTypes write (uint8_t *data, size_t len) override
 
OTAResponseTypes end () override
 
void abort () override
 
bool supports_compression () override
 
- Public Member Functions inherited from esphome::ota::OTABackend
virtual ~OTABackend ()=default
 

Detailed Description

Definition at line 11 of file ota_backend_arduino_esp32.h.

Member Function Documentation

◆ abort()

void esphome::ota::ArduinoESP32OTABackend::abort ( )
overridevirtual

Implements esphome::ota::OTABackend.

Definition at line 41 of file ota_backend_arduino_esp32.cpp.

◆ begin()

OTAResponseTypes esphome::ota::ArduinoESP32OTABackend::begin ( size_t  image_size)
overridevirtual

Implements esphome::ota::OTABackend.

Definition at line 13 of file ota_backend_arduino_esp32.cpp.

◆ end()

OTAResponseTypes esphome::ota::ArduinoESP32OTABackend::end ( )
overridevirtual

Implements esphome::ota::OTABackend.

Definition at line 35 of file ota_backend_arduino_esp32.cpp.

◆ set_update_md5()

void esphome::ota::ArduinoESP32OTABackend::set_update_md5 ( const char *  md5)
overridevirtual

Implements esphome::ota::OTABackend.

Definition at line 25 of file ota_backend_arduino_esp32.cpp.

◆ supports_compression()

bool esphome::ota::ArduinoESP32OTABackend::supports_compression ( )
inlineoverridevirtual

Implements esphome::ota::OTABackend.

Definition at line 18 of file ota_backend_arduino_esp32.h.

◆ write()

OTAResponseTypes esphome::ota::ArduinoESP32OTABackend::write ( uint8_t *  data,
size_t  len 
)
overridevirtual

Implements esphome::ota::OTABackend.

Definition at line 27 of file ota_backend_arduino_esp32.cpp.


The documentation for this class was generated from the following files: