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

#include <api_pb2.h>

Inheritance diagram for esphome::api::InfraredRFTransmitRawTimingsRequest:
esphome::api::ProtoDecodableMessage esphome::api::ProtoMessage

Public Member Functions

const char * message_name () const override
 
const char * dump_to (DumpBuffer &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoDecodableMessage
virtual void decode (const uint8_t *buffer, size_t length)
 
- 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}
 
uint32_t carrier_frequency {0}
 
uint32_t repeat_count {0}
 
const uint8_t * timings_data_ {nullptr}
 
uint16_t timings_length_ {0}
 
uint16_t timings_count_ {0}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 136
 
static constexpr uint8_t ESTIMATED_SIZE = 220
 

Protected Member Functions

bool decode_32bit (uint32_t field_id, Proto32Bit value) override
 
bool decode_length (uint32_t field_id, ProtoLengthDelimited value) override
 
bool decode_varint (uint32_t field_id, proto_varint_value_t value) override
 
- Protected Member Functions inherited from esphome::api::ProtoDecodableMessage
 ~ProtoDecodableMessage ()=default
 
- Protected Member Functions inherited from esphome::api::ProtoMessage
 ~ProtoMessage ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from esphome::api::ProtoDecodableMessage
static uint32_t count_repeated_field (const uint8_t *buffer, size_t length, uint32_t target_field_id)
 Count occurrences of a repeated field in a protobuf buffer.
 

Detailed Description

Definition at line 3059 of file api_pb2.h.

Member Function Documentation

◆ decode_32bit()

bool esphome::api::InfraredRFTransmitRawTimingsRequest::decode_32bit ( uint32_t field_id,
Proto32Bit value )
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoDecodableMessage.

Definition at line 3706 of file api_pb2.cpp.

◆ decode_length()

bool esphome::api::InfraredRFTransmitRawTimingsRequest::decode_length ( uint32_t field_id,
ProtoLengthDelimited value )
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoDecodableMessage.

Definition at line 3693 of file api_pb2.cpp.

◆ decode_varint()

bool esphome::api::InfraredRFTransmitRawTimingsRequest::decode_varint ( uint32_t field_id,
proto_varint_value_t value )
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoDecodableMessage.

Definition at line 3675 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 2554 of file api_pb2_dump.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 3064 of file api_pb2.h.

Field Documentation

◆ carrier_frequency

uint32_t esphome::api::InfraredRFTransmitRawTimingsRequest::carrier_frequency {0}

Definition at line 3070 of file api_pb2.h.

◆ device_id

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

Definition at line 3067 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::InfraredRFTransmitRawTimingsRequest::ESTIMATED_SIZE = 220
staticconstexpr

Definition at line 3062 of file api_pb2.h.

◆ key

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

Definition at line 3069 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::InfraredRFTransmitRawTimingsRequest::MESSAGE_TYPE = 136
staticconstexpr

Definition at line 3061 of file api_pb2.h.

◆ repeat_count

uint32_t esphome::api::InfraredRFTransmitRawTimingsRequest::repeat_count {0}

Definition at line 3071 of file api_pb2.h.

◆ timings_count_

uint16_t esphome::api::InfraredRFTransmitRawTimingsRequest::timings_count_ {0}

Definition at line 3074 of file api_pb2.h.

◆ timings_data_

const uint8_t* esphome::api::InfraredRFTransmitRawTimingsRequest::timings_data_ {nullptr}

Definition at line 3072 of file api_pb2.h.

◆ timings_length_

uint16_t esphome::api::InfraredRFTransmitRawTimingsRequest::timings_length_ {0}

Definition at line 3073 of file api_pb2.h.


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