#include <api_frame_helper.h>
Definition at line 61 of file api_frame_helper.h.
◆ ~APIFrameHelper()
virtual esphome::api::APIFrameHelper::~APIFrameHelper |
( |
| ) |
|
|
virtualdefault |
◆ can_write_without_blocking()
virtual bool esphome::api::APIFrameHelper::can_write_without_blocking |
( |
| ) |
|
|
pure virtual |
◆ close()
virtual APIError esphome::api::APIFrameHelper::close |
( |
| ) |
|
|
pure virtual |
◆ getpeername() [1/2]
virtual std::string esphome::api::APIFrameHelper::getpeername |
( |
| ) |
|
|
pure virtual |
◆ getpeername() [2/2]
virtual int esphome::api::APIFrameHelper::getpeername |
( |
struct sockaddr * |
addr, |
|
|
socklen_t * |
addrlen |
|
) |
| |
|
pure virtual |
◆ init()
virtual APIError esphome::api::APIFrameHelper::init |
( |
| ) |
|
|
pure virtual |
◆ loop()
virtual APIError esphome::api::APIFrameHelper::loop |
( |
| ) |
|
|
pure virtual |
◆ read_packet()
◆ set_log_info()
virtual void esphome::api::APIFrameHelper::set_log_info |
( |
std::string |
info | ) |
|
|
pure virtual |
◆ shutdown()
virtual APIError esphome::api::APIFrameHelper::shutdown |
( |
int |
how | ) |
|
|
pure virtual |
◆ write_packet()
virtual APIError esphome::api::APIFrameHelper::write_packet |
( |
uint16_t |
type, |
|
|
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: