wss_server sample
send_ping()
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
send_ping()
send_ping() function
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:144
static
void
send_ping
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
send_ping
(
void
*
arg
)
wss_server_example.c:144
if
(
httpd_queue_work
(
resp_arg
->
hd
,
send_ping
,
resp_arg
)
==
ESP_OK
)
{
wss_server_example.c:174
check_client_alive_cb()
Call Tree
from
examples
send_ping()
calls 2 functions:
All items filtered out
send_ping()
free()
httpd_ws_send_frame_async()
All items filtered out
Data Use
from
examples
send_ping()
reads 3 variables and writes 4 variables:
httpd_ws_type_t::HTTPD_WS_TYPE_PING
async_resp_arg::hd
async_resp_arg::fd
All items filtered out
send_ping()
check_client_alive_cb()
httpd_ws_frame::type
httpd_ws_frame::payload
httpd_ws_frame::len
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
send_ping()
allocates 1 types:
async_resp_arg
All items filtered out
send_ping()
All items filtered out