ESPHome 2026.1.4
Loading...
Searching...
No Matches
esphome::api::MessageInfo Struct Reference

#include <api_frame_helper.h>

Public Member Functions

 MessageInfo (uint8_t type, uint16_t off, uint16_t size)
 

Data Fields

uint16_t offset
 
uint16_t payload_size
 
uint8_t message_type
 

Detailed Description

Definition at line 48 of file api_frame_helper.h.

Constructor & Destructor Documentation

◆ MessageInfo()

esphome::api::MessageInfo::MessageInfo ( uint8_t type,
uint16_t off,
uint16_t size )
inline

Definition at line 53 of file api_frame_helper.h.

Field Documentation

◆ message_type

uint8_t esphome::api::MessageInfo::message_type

Definition at line 51 of file api_frame_helper.h.

◆ offset

uint16_t esphome::api::MessageInfo::offset

Definition at line 49 of file api_frame_helper.h.

◆ payload_size

uint16_t esphome::api::MessageInfo::payload_size

Definition at line 50 of file api_frame_helper.h.


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