wss_server sample
send_hello()
is only used within wss_server sample.
Symbol previews are coming soon...
Symbols
loading (1/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
send_hello()
send_hello() function
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:128
static
void
send_hello
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
send_hello
(
void
*
arg
)
wss_server_example.c:128
if
(
httpd_queue_work
(
resp_arg
->
hd
,
send_hello
,
resp_arg
)
!=
ESP_OK
)
{
wss_server_example.c:276
wss_server_send_messages()
Call Tree
from
examples
send_hello()
calls 2 functions:
All items filtered out
send_hello()
free()
httpd_ws_send_frame_async()
All items filtered out
Data Use
from
examples
send_hello()
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
send_hello()
wss_server_send_messages()
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_hello()
allocates 1 types:
async_resp_arg
All items filtered out
send_hello()
All items filtered out