ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_now_send_status_t
from the following samples and libraries:
espnow sample
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_now_send_status_t
esp_now_send_status_t enum
Syntax
Show:
Summary
Declaration
from
esp_now.h:59
enum
{
ESP_NOW_SEND_SUCCESS
=
0
,
ESP_NOW_SEND_FAIL
,
}
;
Values
Value
Declared as
Description
esp_now_send_status_t::ESP_NOW_SEND_SUCCESS
=
0
Send ESPNOW data successfully.
esp_now_send_status_t::ESP_NOW_SEND_FAIL
Send ESPNOW data fail.
Examples
esp_now_send_status_t
is referenced by 1 libraries and example projects:
espnow sample
References
from
0/1
examples
Code
Location
Referrer
typedef
enum
{
esp_now.h:59
}
esp_now_send_status_t
;
esp_now.h:62
esp_now_send_status_t
typedef
void
(
*
esp_now_send_cb_t
)
(
const
uint8_t
*
mac_addr
,
esp_now_send_status_t
status
)
;
esp_now.h:114
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out