ESPHome 2025.8.0-dev
Loading...
Searching...
No Matches
esphome::api::APIConnection::DeferredBatch::BatchItem Struct Reference

#include <api_connection.h>

Public Member Functions

 BatchItem (EntityBase *entity, MessageCreator creator, uint8_t message_type, uint8_t estimated_size)
 

Data Fields

EntityBaseentity
 
MessageCreator creator
 
uint8_t message_type
 
uint8_t estimated_size
 

Detailed Description

Definition at line 574 of file api_connection.h.

Constructor & Destructor Documentation

◆ BatchItem()

esphome::api::APIConnection::DeferredBatch::BatchItem::BatchItem ( EntityBase * entity,
MessageCreator creator,
uint8_t message_type,
uint8_t estimated_size )
inline

Definition at line 581 of file api_connection.h.

Field Documentation

◆ creator

MessageCreator esphome::api::APIConnection::DeferredBatch::BatchItem::creator

Definition at line 576 of file api_connection.h.

◆ entity

EntityBase* esphome::api::APIConnection::DeferredBatch::BatchItem::entity

Definition at line 575 of file api_connection.h.

◆ estimated_size

uint8_t esphome::api::APIConnection::DeferredBatch::BatchItem::estimated_size

Definition at line 578 of file api_connection.h.

◆ message_type

uint8_t esphome::api::APIConnection::DeferredBatch::BatchItem::message_type

Definition at line 577 of file api_connection.h.


The documentation for this struct was generated from the following file: