wss_server sample
check_client_alive_cb()
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
check_client_alive_cb()
check_client_alive_cb() function
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:166
bool
check_client_alive_cb
(
wss_keep_alive_t
h
,
int
fd
)
;
Arguments
Argument
h
fd
Examples
References
from
examples
Code
Location
Referrer
bool
check_client_alive_cb
(
wss_keep_alive_t
h
,
int
fd
)
wss_server_example.c:166
keep_alive_config
.
check_client_alive_cb
=
check_client_alive_cb
;
wss_server_example.c:186
start_wss_echo_server()
Call Tree
from
examples
check_client_alive_cb()
calls 6 functions:
All items filtered out
check_client_alive_cb()
__assert_func()
malloc()
esp_log_timestamp()
esp_log_write()
httpd_queue_work()
wss_keep_alive_get_user_ctx()
All items filtered out
Data Use
from
examples
check_client_alive_cb()
reads 8 variables and writes 3 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
async_resp_arg::hd
TAG
send_ping()
All items filtered out
check_client_alive_cb()
start_wss_echo_server()
async_resp_arg::hd
async_resp_arg::fd
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
check_client_alive_cb()
is implemented by 1 functions:
All items filtered out
check_client_alive_cb()
wss_keep_alive_config_t::check_client_alive_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
check_client_alive_cb()
frees 1 types:
All items filtered out
check_client_alive_cb()
async_resp_arg
All items filtered out