ws_echo_server sample
ws_async_send()
is only used within ws_echo_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
ws_echo_server sample
ws_async_send()
ws_async_send() function
Syntax
Show:
Summary
Declaration
from
ws_echo_server.c:39
static
void
ws_async_send
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
ws_async_send
(
void
*
arg
)
ws_echo_server.c:39
esp_err_t
ret
=
httpd_queue_work
(
handle
,
ws_async_send
,
resp_arg
)
;
ws_echo_server.c:63
trigger_async_send()
Call Tree
from
examples
ws_async_send()
calls 2 functions:
All items filtered out
ws_async_send()
free()
httpd_ws_send_frame_async()
All items filtered out
Data Use
from
examples
ws_async_send()
reads 3 variables and writes 4 variables:
httpd_ws_type_t::HTTPD_WS_TYPE_TEXT
async_resp_arg::hd
async_resp_arg::fd
All items filtered out
ws_async_send()
trigger_async_send()
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
ws_async_send()
allocates 1 types:
async_resp_arg
All items filtered out
ws_async_send()
All items filtered out