ESP-IDF
async_transfer_t::frame
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
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::frame
async_transfer_t::frame field
Syntax
Show:
Summary
Declaration
from
httpd_ws.c:27
httpd_ws_frame_t
frame
;
Examples
References
from
examples
Code
Location
Referrer
httpd_ws_frame_t
frame
;
httpd_ws.c:27
esp_err_t
err
=
httpd_ws_send_frame_async
(
trans
->
handle
,
trans
->
socket
,
&
trans
->
frame
)
;
httpd_ws.c:534
httpd_ws_send_cb()
memcpy
(
&
transfer
->
frame
,
frame
,
sizeof
(
httpd_ws_frame_t
)
)
;
httpd_ws.c:562
httpd_ws_send_data()
memcpy
(
&
transfer
->
frame
,
frame
,
sizeof
(
httpd_ws_frame_t
)
)
;
httpd_ws.c:591
httpd_ws_send_data_async()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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