ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::api::ReadPacketBuffer Struct Reference

#include <api_frame_helper.h>

Data Fields

std::vector< uint8_t > container
 
uint16_t type
 
size_t data_offset
 
size_t data_len
 

Detailed Description

Definition at line 21 of file api_frame_helper.h.

Field Documentation

◆ container

std::vector<uint8_t> esphome::api::ReadPacketBuffer::container

Definition at line 22 of file api_frame_helper.h.

◆ data_len

size_t esphome::api::ReadPacketBuffer::data_len

Definition at line 25 of file api_frame_helper.h.

◆ data_offset

size_t esphome::api::ReadPacketBuffer::data_offset

Definition at line 24 of file api_frame_helper.h.

◆ type

uint16_t esphome::api::ReadPacketBuffer::type

Definition at line 23 of file api_frame_helper.h.


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