wss_server sample
wss_open_fd()
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
wss_open_fd()
wss_open_fd() function
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:103
esp_err_t
wss_open_fd
(
httpd_handle_t
hd
,
int
sockfd
)
;
Arguments
Argument
hd
sockfd
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
wss_open_fd
(
httpd_handle_t
hd
,
int
sockfd
)
wss_server_example.c:103
conf
.
httpd
.
open_fn
=
wss_open_fd
;
wss_server_example.c:196
start_wss_echo_server()
Call Tree
from
examples
wss_open_fd()
calls 4 functions:
All items filtered out
wss_open_fd()
esp_log_timestamp()
esp_log_write()
httpd_get_global_user_ctx()
wss_keep_alive_add_client()
All items filtered out
Data Use
from
examples
wss_open_fd()
reads 6 variables and writes 1 variable:
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
TAG
All items filtered out
wss_open_fd()
start_wss_echo_server()
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
wss_open_fd()
is implemented by 1 functions:
All items filtered out
wss_open_fd()
httpd_config::open_fn
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out