ESP-IDF
smartconfig_event_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
smartconfig_event_t
smartconfig_event_t enum
Syntax
Show:
Summary
Declaration
from
esp_smartconfig.h:27
enum
{
SC_EVENT_SCAN_DONE
,
SC_EVENT_FOUND_CHANNEL
,
SC_EVENT_GOT_SSID_PSWD
,
SC_EVENT_SEND_ACK_DONE
,
}
;
Values
Value
Declared as
Description
smartconfig_event_t::SC_EVENT_SCAN_DONE
Station smartconfig has finished to scan for APs.
smartconfig_event_t::SC_EVENT_FOUND_CHANNEL
Station smartconfig has found the channel of the target AP.
smartconfig_event_t::SC_EVENT_GOT_SSID_PSWD
Station smartconfig got the SSID and password.
smartconfig_event_t::SC_EVENT_SEND_ACK_DONE
Station smartconfig has sent ACK to cellphone.
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
{
esp_smartconfig.h:27
}
smartconfig_event_t
;
esp_smartconfig.h:32
smartconfig_event_t
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