ESP-IDF
async_transfer_t::handle
is only used within ESP-IDF.
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
ESP-IDF
async_transfer_t::handle
async_transfer_t::handle field
Syntax
Show:
Summary
Declaration
from
httpd_ws.c:28
httpd_handle_t
handle
;
Examples
References
from
examples
Code
Location
Referrer
httpd_handle_t
handle
;
httpd_ws.c:28
esp_err_t
err
=
httpd_ws_send_frame_async
(
trans
->
handle
,
trans
->
socket
,
&
trans
->
frame
)
;
httpd_ws.c:534
httpd_ws_send_cb()
transfer
->
handle
=
handle
;
httpd_ws.c:559
httpd_ws_send_data()
transfer
->
handle
=
handle
;
httpd_ws.c:589
httpd_ws_send_data_async()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_transfer_t::handle
is written by 2 functions and is read by 1 function:
httpd_ws_send_data()
httpd_ws_send_data_async()
All items filtered out
async_transfer_t::handle
httpd_ws_send_cb()
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