ESPHome  2024.3.1
Data Fields
esphome::i2c::WriteBuffer Struct Reference

the WriteBuffer structure stores a pointer to a write buffer and its length More...

#include <i2c_bus.h>

Data Fields

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

Detailed Description

the WriteBuffer structure stores a pointer to a write buffer and its length

Definition at line 30 of file i2c_bus.h.

Field Documentation

◆ data

const uint8_t* esphome::i2c::WriteBuffer::data

pointer to the write buffer

Definition at line 31 of file i2c_bus.h.

◆ len

size_t esphome::i2c::WriteBuffer::len

length of the buffer

Definition at line 32 of file i2c_bus.h.


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