ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_now_recv_info
from the following samples and libraries:
espnow sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_now_recv_info
esp_now_recv_info struct
ESPNOW packet information
Syntax
Show:
Summary
Declaration
from
esp_now.h:89
typedef
struct
esp_now_recv_info
{
uint8_t
*
src_addr
;
uint8_t
*
des_addr
;
wifi_pkt_rx_ctrl_t
*
rx_ctrl
;
}
esp_now_recv_info_t
;
Fields
Field
Declared as
Description
esp_now_recv_info::src_addr
uint8_t
*
Source address of ESPNOW packet.
esp_now_recv_info::des_addr
uint8_t
*
Destination address of ESPNOW packet.
esp_now_recv_info::rx_ctrl
wifi_pkt_rx_ctrl_t
*
Rx control info of ESPNOW packet.
Examples
esp_now_recv_info
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out