ESP-IDF
httpd_req_aux::ws_final
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
httpd_req_aux::ws_final
httpd_req_aux::ws_final field
WebSocket FIN bit (final frame or not)
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:106
bool
ws_final
;
Examples
References
from
examples
Code
Location
Referrer
bool
ws_final
;
/*!< WebSocket FIN bit (final frame or not) */
esp_httpd_priv.h:106
frame
->
final
=
aux
->
ws_final
;
httpd_ws.c:266
httpd_ws_recv_frame()
aux
->
ws_final
=
true
;
httpd_ws.c:461
httpd_ws_get_frame_type()
aux
->
ws_final
=
(
first_byte
&
HTTPD_WS_FIN_BIT
)
!=
0
;
httpd_ws.c:469
httpd_ws_get_frame_type()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
httpd_req_aux::ws_final
is written by 1 function and is read by 1 function:
httpd_ws_get_frame_type()
All items filtered out
httpd_req_aux::ws_final
httpd_ws_recv_frame()
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