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

#include <ota_backend_arduino_esp8266.h>

Inheritance diagram for esphome::ota::ArduinoESP8266OTABackend:
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
 
bool supports_compression () override
 
- Public Member Functions inherited from esphome::ota::OTABackend
virtual ~OTABackend ()=default
 

Detailed Description

Definition at line 13 of file ota_backend_arduino_esp8266.h.

Member Function Documentation

◆ abort()

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

Implements esphome::ota::OTABackend.

Definition at line 50 of file ota_backend_arduino_esp8266.cpp.

◆ begin()

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

Implements esphome::ota::OTABackend.

Definition at line 15 of file ota_backend_arduino_esp8266.cpp.

◆ end()

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

Implements esphome::ota::OTABackend.

Definition at line 44 of file ota_backend_arduino_esp8266.cpp.

◆ set_update_md5()

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

Implements esphome::ota::OTABackend.

Definition at line 34 of file ota_backend_arduino_esp8266.cpp.

◆ supports_compression() [1/2]

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

Implements esphome::ota::OTABackend.

Definition at line 21 of file ota_backend_arduino_esp8266.h.

◆ supports_compression() [2/2]

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

Implements esphome::ota::OTABackend.

Definition at line 23 of file ota_backend_arduino_esp8266.h.

◆ write()

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

Implements esphome::ota::OTABackend.

Definition at line 36 of file ota_backend_arduino_esp8266.cpp.


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