ESPHome 2025.6.0
|
#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} |
Definition at line 119 of file api_frame_helper.h.
|
inline |
Definition at line 125 of file api_frame_helper.h.
|
inline |
Definition at line 124 of file api_frame_helper.h.
std::vector<uint8_t> esphome::api::APIFrameHelper::SendBuffer::data |
Definition at line 120 of file api_frame_helper.h.
uint16_t esphome::api::APIFrameHelper::SendBuffer::offset {0} |
Definition at line 121 of file api_frame_helper.h.