ESPHome  2024.3.1
Data Fields
esphome::api::PacketBuffer Struct Reference

#include <api_frame_helper.h>

Data Fields

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

Detailed Description

Definition at line 26 of file api_frame_helper.h.

Field Documentation

◆ container

const std::vector<uint8_t> esphome::api::PacketBuffer::container

Definition at line 27 of file api_frame_helper.h.

◆ data_len

uint8_t esphome::api::PacketBuffer::data_len

Definition at line 30 of file api_frame_helper.h.

◆ data_offset

uint8_t esphome::api::PacketBuffer::data_offset

Definition at line 29 of file api_frame_helper.h.

◆ type

uint16_t esphome::api::PacketBuffer::type

Definition at line 28 of file api_frame_helper.h.


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