ESPHome
2025.3.3
|
Go to the source code of this file.
Data Structures | |
class | esphome::api::DeferredMessageQueue |
class | esphome::api::APIConnection |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::api | |
Typedefs | |
using | esphome::api::send_message_t = bool(APIConnection *, void *) |
Functions | |
DeferredMessage (void *source, send_message_t *send_message) | |
bool | operator== (const DeferredMessage &test) const |
Variables | |
void * | source_ |
send_message_t * | send_message_ |
__attribute__::DeferredMessage | ( | void * | source, |
send_message_t * | send_message | ||
) |
Definition at line 1929 of file api_connection.h.
bool __attribute__::operator== | ( | const DeferredMessage & | test | ) | const |
Definition at line 1930 of file api_connection.h.
|
protected |
Definition at line 1926 of file api_connection.h.
|
protected |
Definition at line 1925 of file api_connection.h.