ESP-IDF
ws_transport_frame_state_t::opcode
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
ws_transport_frame_state_t::opcode
ws_transport_frame_state_t::opcode field
Syntax
Show:
Summary
Declaration
from
transport_ws.c:45
uint8_t
opcode
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
opcode
;
transport_ws.c:45
ws
->
frame_state
.
opcode
=
(
*
data_ptr
&
0x0F
)
;
transport_ws.c:528
ws_read_header()
ESP_LOGD
(
TAG
,
"Opcode: %d, mask: %d, len: %d"
,
ws
->
frame_state
.
opcode
,
mask
,
payload_len
)
;
transport_ws.c:533
ws_read_header()
!
(
ws
->
frame_state
.
opcode
&
WS_OPCODE_CONTROL_FRAME
)
)
{
transport_ws.c:585
ws_handle_control_frame_internal()
ws
->
frame_state
.
opcode
,
payload_len
,
actual_len
)
;
transport_ws.c:611
ws_handle_control_frame_internal()
if
(
ws
->
frame_state
.
header_received
&&
(
ws
->
frame_state
.
opcode
&
WS_OPCODE_CONTROL_FRAME
)
&&
transport_ws.c:640
ws_read()
return
(
ws_transport_opcodes_t
)
ws
->
frame_state
.
opcode
;
transport_ws.c:905
esp_transport_ws_get_read_opcode()
!
(
ws
->
frame_state
.
opcode
&
WS_OPCODE_CONTROL_FRAME
)
)
{
transport_ws.c:923
esp_transport_ws_handle_control_frames()
if
(
ws
->
frame_state
.
opcode
==
WS_OPCODE_PING
)
{
transport_ws.c:936
esp_transport_ws_handle_control_frames()
}
else
if
(
ws
->
frame_state
.
opcode
==
WS_OPCODE_CLOSE
)
{
transport_ws.c:950
esp_transport_ws_handle_control_frames()
}
else
if
(
ws
->
frame_state
.
opcode
==
WS_OPCODE_PONG
)
{
transport_ws.c:979
esp_transport_ws_handle_control_frames()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ws_transport_frame_state_t::opcode
is written by 1 function and is read by 5 functions:
ws_read_header()
All items filtered out
ws_transport_frame_state_t::opcode
ws_read_header()
ws_handle_control_frame_internal()
ws_read()
esp_transport_ws_get_read_opcode()
esp_transport_ws_handle_control_frames()
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