ESPHome 2026.3.0
Loading...
Searching...
No Matches
esphome::api::InfraredRFReceiveEvent Class Referencefinal

#include <api_pb2.h>

Inheritance diagram for esphome::api::InfraredRFReceiveEvent:
esphome::api::ProtoMessage

Public Member Functions

const char * message_name () const override
 
void encode (ProtoWriteBuffer &buffer) const
 
uint32_t calculate_size () const
 
const char * dump_to (DumpBuffer &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
void encode (ProtoWriteBuffer &buffer) const
 
uint32_t calculate_size () const
 

Data Fields

uint32_t device_id {0}
 
uint32_t key {0}
 
const std::vector< int32_t > * timings {}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 137
 
static constexpr uint8_t ESTIMATED_SIZE = 17
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::api::ProtoMessage
 ~ProtoMessage ()=default
 

Detailed Description

Definition at line 3084 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

uint32_t esphome::api::InfraredRFReceiveEvent::calculate_size ( ) const

Definition at line 3725 of file api_pb2.cpp.

◆ dump_to()

const char * esphome::api::InfraredRFReceiveEvent::dump_to ( DumpBuffer & out) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 2570 of file api_pb2_dump.cpp.

◆ encode()

void esphome::api::InfraredRFReceiveEvent::encode ( ProtoWriteBuffer & buffer) const

Definition at line 3716 of file api_pb2.cpp.

◆ message_name()

const char * esphome::api::InfraredRFReceiveEvent::message_name ( ) const
inlineoverridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 3089 of file api_pb2.h.

Field Documentation

◆ device_id

uint32_t esphome::api::InfraredRFReceiveEvent::device_id {0}

Definition at line 3092 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::InfraredRFReceiveEvent::ESTIMATED_SIZE = 17
staticconstexpr

Definition at line 3087 of file api_pb2.h.

◆ key

uint32_t esphome::api::InfraredRFReceiveEvent::key {0}

Definition at line 3094 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::InfraredRFReceiveEvent::MESSAGE_TYPE = 137
staticconstexpr

Definition at line 3086 of file api_pb2.h.

◆ timings

const std::vector<int32_t>* esphome::api::InfraredRFReceiveEvent::timings {}

Definition at line 3095 of file api_pb2.h.


The documentation for this class was generated from the following files: