wss_server sample
stop_wss_echo_server()
is only used within wss_server sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
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
stop_wss_echo_server()
stop_wss_echo_server() function
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:223
static
esp_err_t
stop_wss_echo_server
(
httpd_handle_t
server
)
;
Arguments
Argument
server
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
stop_wss_echo_server
(
httpd_handle_t
server
)
wss_server_example.c:223
if
(
stop_wss_echo_server
(
*
server
)
==
ESP_OK
)
{
wss_server_example.c:236
disconnect_handler()
Call Tree
from
examples
stop_wss_echo_server()
is called by 1 function and calls 3 functions:
disconnect_handler()
All items filtered out
stop_wss_echo_server()
httpd_get_global_user_ctx()
httpd_ssl_stop()
wss_keep_alive_stop()
All items filtered out
Data Use
from
examples
stop_wss_echo_server()
:
All items filtered out
stop_wss_echo_server()
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