wss_server sample
wss_keep_alive_stop()
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
wss_keep_alive_stop()
wss_keep_alive_stop() function
Stops keep-alive engine
Syntax
Show:
Summary
Declaration
Definition
from
keep_alive.h:80
void
wss_keep_alive_stop
(
wss_keep_alive_t
h
)
;
Implemented in
keep_alive.c:185
Arguments
Argument
Description
h
keep-alive handle
Examples
References
from
examples
Code
Location
Referrer
void
wss_keep_alive_stop
(
wss_keep_alive_t
h
)
keep_alive.c:185
void
wss_keep_alive_stop
(
wss_keep_alive_t
h
)
;
keep_alive.h:80
wss_keep_alive_stop
(
keep_alive_storage
)
;
keep_alive.c:179
wss_keep_alive_start()
wss_keep_alive_stop
(
httpd_get_global_user_ctx
(
server
)
)
;
wss_server_example.c:226
stop_wss_echo_server()
Call Tree
from
examples
wss_keep_alive_stop()
is called by 2 functions and calls 1 function:
wss_keep_alive_start()
stop_wss_echo_server()
All items filtered out
wss_keep_alive_stop()
xQueueGenericSend()
All items filtered out
Data Use
from
examples
wss_keep_alive_stop()
reads 2 variables:
client_fd_action_type_t::STOP_TASK
wss_keep_alive_storage::q
All items filtered out
wss_keep_alive_stop()
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