ws_echo_server sample
connect_handler()
is only used within ws_echo_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ws_echo_server sample
connect_handler()
connect_handler() function
Syntax
Show:
Summary
Declaration
from
ws_echo_server.c:170
static
void
connect_handler
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
event_data
)
;
Arguments
Argument
arg
event_base
event_id
event_data
Examples
References
from
examples
Code
Location
Referrer
static
void
connect_handler
(
void
*
arg
,
esp_event_base_t
event_base
,
ws_echo_server.c:170
ESP_ERROR_CHECK
(
esp_event_handler_register
(
IP_EVENT
,
IP_EVENT_STA_GOT_IP
,
&
connect_handler
,
&
server
)
)
;
ws_echo_server.c:199
app_main()
Call Tree
from
examples
connect_handler()
calls 3 functions:
All items filtered out
connect_handler()
esp_log_timestamp()
esp_log_write()
start_webserver()
All items filtered out
Data Use
from
examples
connect_handler()
reads 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
connect_handler()
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