ESP-IDF
httpd_req_aux::ws_type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_req_aux::ws_type
httpd_req_aux::ws_type field
WebSocket frame type
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:105
httpd_ws_type_t
ws_type
;
Examples
References
from
examples
Code
Location
Referrer
httpd_ws_type_t
ws_type
;
/*!< WebSocket frame type */
esp_httpd_priv.h:105
ESP_LOGD
(
TAG
,
LOG_FMT
(
"New WS request from existing socket, ws_type=%d"
)
,
ra
->
ws_type
)
;
httpd_parse.c:767
httpd_req_new()
if
(
ra
->
ws_type
==
HTTPD_WS_TYPE_CLOSE
)
{
httpd_parse.c:769
httpd_req_new()
}
else
if
(
ra
->
ws_type
==
HTTPD_WS_TYPE_PONG
)
{
httpd_parse.c:772
httpd_req_new()
(
ra
->
ws_type
<
HTTPD_WS_TYPE_CLOSE
||
sd
->
ws_control_frames
)
)
{
httpd_parse.c:779
httpd_req_new()
frame
->
type
=
aux
->
ws_type
;
httpd_ws.c:265
httpd_ws_recv_frame()
aux
->
ws_type
=
HTTPD_WS_TYPE_CLOSE
;
httpd_ws.c:462
httpd_ws_get_frame_type()
aux
->
ws_type
=
(
first_byte
&
HTTPD_WS_OPCODE_BITS
)
;
httpd_ws.c:470
httpd_ws_get_frame_type()
if
(
aux
->
ws_type
==
HTTPD_WS_TYPE_PING
)
{
httpd_ws.c:477
httpd_ws_get_frame_type()
}
else
if
(
aux
->
ws_type
==
HTTPD_WS_TYPE_CLOSE
)
{
httpd_ws.c:495
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_type
is written by 1 function and is read by 3 functions:
httpd_ws_get_frame_type()
All items filtered out
httpd_req_aux::ws_type
httpd_req_new()
httpd_ws_recv_frame()
httpd_ws_get_frame_type()
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