ws_echo_server sample
echo_handler()
is only used within ws_echo_server sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (1/4)...
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
echo_handler()
echo_handler() function
Syntax
Show:
Summary
Declaration
from
ws_echo_server.c:74
static
esp_err_t
echo_handler
(
httpd_req_t
*
req
)
;
Arguments
Argument
req
Examples
References
from
examples
Code
Location
static
esp_err_t
echo_handler
(
httpd_req_t
*
req
)
ws_echo_server.c:74
.
handler
=
echo_handler
,
ws_echo_server.c:126
Call Tree
from
examples
echo_handler()
calls 7 functions:
All items filtered out
echo_handler()
free()
calloc()
esp_log_timestamp()
esp_log_write()
httpd_ws_recv_frame()
httpd_ws_send_frame()
trigger_async_send()
All items filtered out
Data Use
from
examples
echo_handler()
reads 13 variables and writes 2 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
http_method::HTTP_GET
httpd_req::handle
httpd_req::method
httpd_ws_type_t::HTTPD_WS_TYPE_TEXT
httpd_ws_frame::type
httpd_ws_frame::payload
httpd_ws_frame::len
TAG
All items filtered out
echo_handler()
httpd_ws_frame::type
httpd_ws_frame::payload
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
echo_handler()
is implemented by 1 functions:
All items filtered out
echo_handler()
httpd_uri::handler
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out