wss_server sample
connect_handler()
is only used within wss_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
wss_server sample
connect_handler()
connect_handler() function
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:244
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
,
wss_server_example.c:244
ESP_ERROR_CHECK
(
esp_event_handler_register
(
IP_EVENT
,
IP_EVENT_STA_GOT_IP
,
&
connect_handler
,
&
server
)
)
;
wss_server_example.c:303
app_main()
Call Tree
from
examples
connect_handler()
calls 1 function:
All items filtered out
connect_handler()
start_wss_echo_server()
All items filtered out
Data Use
from
examples
connect_handler()
:
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