ESPHome 2025.11.0
Loading...
Searching...
No Matches
esphome::remote_base::RawAction< Ts >::Code Union Reference

#include <raw_protocol.h>

Data Fields

RawTimings(* func )(Ts...)
 
const int32_t * data
 

Detailed Description

template<typename... Ts>
union esphome::remote_base::RawAction< Ts >::Code

Definition at line 73 of file raw_protocol.h.

Field Documentation

◆ data

template<typename... Ts>
const int32_t* esphome::remote_base::RawAction< Ts >::Code::data

Definition at line 75 of file raw_protocol.h.

◆ func

template<typename... Ts>
RawTimings(* esphome::remote_base::RawAction< Ts >::Code::func) (Ts...)

Definition at line 74 of file raw_protocol.h.


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