ESP-IDF
wifi_prov_event_handler_t
is only used within ESP-IDF.
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
wifi_prov_event_handler_t
wifi_prov_event_handler_t struct
Event handler that is used by the manager while provisioning service is active
Syntax
Show:
Summary
Declaration
from
manager.h:84
typedef
struct
{
wifi_prov_cb_func_t
event_cb
;
void
*
user_data
;
}
wifi_prov_event_handler_t
;
Fields
Field
Declared as
Description
wifi_prov_event_handler_t::event_cb
wifi_prov_cb_func_t
Callback function to be executed on provisioning events.
wifi_prov_event_handler_t::user_data
void
*
User context data to pass as parameter to callback function.
Examples
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