ESP-IDF
HTTPD_WS_MASK_BIT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_MASK_BIT
HTTPD_WS_MASK_BIT macro
Syntax
Show:
Summary
Declaration
from
httpd_ws.c:45
#define
HTTPD_WS_MASK_BIT
0x80U
Examples
References
from
examples
Code
Location
#define
HTTPD_WS_MASK_BIT
0x80U
httpd_ws.c:45
bool
masked
=
(
second_byte
&
HTTPD_WS_MASK_BIT
)
!=
0
;
httpd_ws.c:277
header_buf
[
1
]
&=
(
~
HTTPD_WS_MASK_BIT
)
;
httpd_ws.c:411
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