|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
Raw packet received from the radio. More...
#include <radio_interface.h>
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. | |
Raw packet received from the radio.
Definition at line 52 of file radio_interface.h.
| 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.
| 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.
| uint8_t esphome::home_io_control::RadioRxPacket::len {0} |
Length of packet in bytes.
Definition at line 54 of file radio_interface.h.