wss_server sample
async_resp_arg::hd
is only used within wss_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
wss_server sample
async_resp_arg::hd
async_resp_arg::hd field
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:29
httpd_handle_t
hd
;
Examples
References
from
examples
Code
Location
Referrer
httpd_handle_t
hd
;
wss_server_example.c:29
httpd_handle_t
hd
=
resp_arg
->
hd
;
wss_server_example.c:132
send_hello()
httpd_handle_t
hd
=
resp_arg
->
hd
;
wss_server_example.c:147
send_ping()
resp_arg
->
hd
=
wss_keep_alive_get_user_ctx
(
h
)
;
wss_server_example.c:171
check_client_alive_cb()
if
(
httpd_queue_work
(
resp_arg
->
hd
,
send_ping
,
resp_arg
)
==
ESP_OK
)
{
wss_server_example.c:174
check_client_alive_cb()
resp_arg
->
hd
=
*
server
;
wss_server_example.c:274
wss_server_send_messages()
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
All items filtered out
All items filtered out
Data Use
from
examples
async_resp_arg::hd
is written by 2 functions and is read by 4 functions:
check_client_alive_cb()
wss_server_send_messages()
All items filtered out
async_resp_arg::hd
send_hello()
send_ping()
check_client_alive_cb()
wss_server_send_messages()
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
All items filtered out
All items filtered out