ESPHome  2024.4.0
Data Fields
esphome::i2c::ReadBuffer Struct Reference

the ReadBuffer structure stores a pointer to a read buffer and its length More...

#include <i2c_bus.h>

Data Fields

uint8_t * data
 pointer to the read buffer More...
 
size_t len
 length of the buffer More...
 

Detailed Description

the ReadBuffer structure stores a pointer to a read buffer and its length

Definition at line 24 of file i2c_bus.h.

Field Documentation

◆ data

uint8_t* esphome::i2c::ReadBuffer::data

pointer to the read buffer

Definition at line 25 of file i2c_bus.h.

◆ len

size_t esphome::i2c::ReadBuffer::len

length of the buffer

Definition at line 26 of file i2c_bus.h.


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