|
ESPHome 2025.12.0-dev
|
#include <espnow_packet.h>
Data Fields | |
| uint8_t | src_addr [ESP_NOW_ETH_ALEN] |
| Source address of ESPNOW packet. | |
| uint8_t | des_addr [ESP_NOW_ETH_ALEN] |
| Destination address of ESPNOW packet. | |
| wifi_pkt_rx_ctrl_t * | rx_ctrl |
| Rx control info of ESPNOW packet. | |
Definition at line 28 of file espnow_packet.h.
| uint8_t esphome::espnow::ESPNowRecvInfo::des_addr[ESP_NOW_ETH_ALEN] |
Destination address of ESPNOW packet.
Definition at line 30 of file espnow_packet.h.
| wifi_pkt_rx_ctrl_t* esphome::espnow::ESPNowRecvInfo::rx_ctrl |
Rx control info of ESPNOW packet.
Definition at line 31 of file espnow_packet.h.
| uint8_t esphome::espnow::ESPNowRecvInfo::src_addr[ESP_NOW_ETH_ALEN] |
Source address of ESPNOW packet.
Definition at line 29 of file espnow_packet.h.