ESP-IDF
HTTPD_WS_FIN_BIT
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_WS_FIN_BIT
HTTPD_WS_FIN_BIT macro
Syntax
Show:
Summary
Declaration
from
httpd_ws.c:43
#define
HTTPD_WS_FIN_BIT
0x80U
Examples
References
from
examples
Code
Location
#define
HTTPD_WS_FIN_BIT
0x80U
httpd_ws.c:43
header_buf
[
0
]
|=
(
!
frame
->
fragmented
)
?
HTTPD_WS_FIN_BIT
:
(
frame
->
final
?
HTTPD_WS_FIN_BIT
:
HTTPD_WS_CONTINUE
)
;
httpd_ws.c:386
aux
->
ws_final
=
(
first_byte
&
HTTPD_WS_FIN_BIT
)
!=
0
;
httpd_ws.c:469
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