ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
esphome::espnow::ESPNowRecvInfo Struct Reference

#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.
 

Detailed Description

Definition at line 28 of file espnow_packet.h.

Field Documentation

◆ des_addr

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.

◆ rx_ctrl

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.

◆ src_addr

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.


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