ESPHome 2025.11.0
Loading...
Searching...
No Matches
esphome::sx126x::SendPacketAction< Ts >::Data Union Reference

#include <automation.h>

Data Fields

std::vector< uint8_t >(* func )(Ts...)
 
const uint8_t * data
 

Detailed Description

template<typename... Ts>
union esphome::sx126x::SendPacketAction< Ts >::Data

Definition at line 41 of file automation.h.

Field Documentation

◆ data

template<typename... Ts>
const uint8_t* esphome::sx126x::SendPacketAction< Ts >::Data::data

Definition at line 43 of file automation.h.

◆ func

template<typename... Ts>
std::vector< uint8_t >(* esphome::sx126x::SendPacketAction< Ts >::Data::func) (Ts...)

Definition at line 40 of file automation.h.


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