ESPHome 2025.6.0
Loading...
Searching...
No Matches
esphome::api::APIFrameHelper::SendBuffer Struct Reference

#include <api_frame_helper.h>

Public Member Functions

uint16_t remaining () const
 
const uint8_t * current_data () const
 

Data Fields

std::vector< uint8_t > data
 
uint16_t offset {0}
 

Detailed Description

Definition at line 119 of file api_frame_helper.h.

Member Function Documentation

◆ current_data()

const uint8_t * esphome::api::APIFrameHelper::SendBuffer::current_data ( ) const
inline

Definition at line 125 of file api_frame_helper.h.

◆ remaining()

uint16_t esphome::api::APIFrameHelper::SendBuffer::remaining ( ) const
inline

Definition at line 124 of file api_frame_helper.h.

Field Documentation

◆ data

std::vector<uint8_t> esphome::api::APIFrameHelper::SendBuffer::data

Definition at line 120 of file api_frame_helper.h.

◆ offset

uint16_t esphome::api::APIFrameHelper::SendBuffer::offset {0}

Definition at line 121 of file api_frame_helper.h.


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