ESP-IDF
+
0
/2 examples
SourceVu will show references to
httpd_ws_frame::type
from the following samples and libraries:
wss_server sample
ws_echo_server sample
Symbol previews are coming soon...
Symbols
loading (2/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_frame::type
httpd_ws_frame::type field
WebSocket frame type
Syntax
Show:
Summary
Declaration
from
esp_http_server.h:1709
httpd_ws_type_t
type
;
Examples
httpd_ws_frame::type
is referenced by 2 libraries and example projects:
wss_server sample
ws_echo_server sample
References
from
0/2
examples
Code
Location
Referrer
httpd_ws_type_t
type
;
/*!< WebSocket frame type */
esp_http_server.h:1709
frame
->
type
=
aux
->
ws_type
;
httpd_ws.c:265
httpd_ws_recv_frame()
header_buf
[
0
]
|=
frame
->
type
;
/* Type (opcode): 4 bits */
httpd_ws.c:387
httpd_ws_send_frame_async()
frame
.
type
=
HTTPD_WS_TYPE_PONG
;
httpd_ws.c:493
httpd_ws_get_frame_type()
frame
.
type
=
HTTPD_WS_TYPE_CLOSE
;
httpd_ws.c:511
httpd_ws_get_frame_type()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
httpd_ws_frame::type
is written by 2 functions and is read by 1 function:
httpd_ws_recv_frame()
httpd_ws_get_frame_type()
All items filtered out
httpd_ws_frame::type
httpd_ws_send_frame_async()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out