Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
esphome::home_io_control::RadioRxPacket Struct Reference

Raw packet received from the radio. More...

#include <radio_interface.h>

Collaboration diagram for esphome::home_io_control::RadioRxPacket:

Public Attributes

uint32_t freq_hz {0}
 Frequency the packet was received on (Hz).
uint8_t len {0}
 Length of packet in bytes.
uint8_t data [RADIO_PACKET_BUFFER_SIZE] {}
 Raw packet data buffer.

Detailed Description

Raw packet received from the radio.

Definition at line 52 of file radio_interface.h.

Member Data Documentation

◆ data

uint8_t esphome::home_io_control::RadioRxPacket::data[RADIO_PACKET_BUFFER_SIZE] {}

Raw packet data buffer.

Definition at line 55 of file radio_interface.h.

◆ freq_hz

uint32_t esphome::home_io_control::RadioRxPacket::freq_hz {0}

Frequency the packet was received on (Hz).

Definition at line 53 of file radio_interface.h.

◆ len

uint8_t esphome::home_io_control::RadioRxPacket::len {0}

Length of packet in bytes.

Definition at line 54 of file radio_interface.h.


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