#include <api_connection.h>
Definition at line 573 of file api_connection.h.
◆ DeferredBatch()
esphome::api::APIConnection::DeferredBatch::DeferredBatch |
( |
| ) |
|
|
inline |
◆ ~DeferredBatch()
esphome::api::APIConnection::DeferredBatch::~DeferredBatch |
( |
| ) |
|
|
inline |
◆ add_item()
void esphome::api::APIConnection::DeferredBatch::add_item |
( |
EntityBase * | entity, |
|
|
MessageCreator | creator, |
|
|
uint8_t | message_type, |
|
|
uint8_t | estimated_size ) |
◆ add_item_front()
void esphome::api::APIConnection::DeferredBatch::add_item_front |
( |
EntityBase * | entity, |
|
|
MessageCreator | creator, |
|
|
uint8_t | message_type, |
|
|
uint8_t | estimated_size ) |
◆ clear()
void esphome::api::APIConnection::DeferredBatch::clear |
( |
| ) |
|
|
inline |
◆ empty()
bool esphome::api::APIConnection::DeferredBatch::empty |
( |
| ) |
const |
|
inline |
◆ operator[]()
const BatchItem & esphome::api::APIConnection::DeferredBatch::operator[] |
( |
size_t | index | ) |
const |
|
inline |
◆ remove_front()
void esphome::api::APIConnection::DeferredBatch::remove_front |
( |
size_t | count | ) |
|
|
inline |
◆ size()
size_t esphome::api::APIConnection::DeferredBatch::size |
( |
| ) |
const |
|
inline |
◆ batch_start_time
uint32_t esphome::api::APIConnection::DeferredBatch::batch_start_time {0} |
◆ items
std::vector<BatchItem> esphome::api::APIConnection::DeferredBatch::items |
The documentation for this struct was generated from the following files: