ESP-IDF
ws_transport_frame_state_t
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
ws_transport_frame_state_t struct
Syntax
Show:
Summary
Declaration
from
transport_ws.c:44
typedef
struct
{
uint8_t
opcode
;
bool
fin
;
char
mask_key
[
4
]
;
int
payload_len
;
int
bytes_remaining
;
bool
header_received
;
}
ws_transport_frame_state_t
;
Fields
Field
Declared as
Description
ws_transport_frame_state_t::opcode
uint8_t
ws_transport_frame_state_t::fin
bool
Frame fin flag, for continuations.
ws_transport_frame_state_t::mask_key
char
[
4
]
Mask key for this payload.
ws_transport_frame_state_t::payload_len
int
Total length of the payload.
ws_transport_frame_state_t::bytes_remaining
int
Bytes left to read of the payload.
ws_transport_frame_state_t::header_received
bool
Flag to indicate that a new message header was received.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
transport_ws.c:44
}
ws_transport_frame_state_t
;
transport_ws.c:51
ws_transport_frame_state_t
ws_transport_frame_state_t
frame_state
;
transport_ws.c:63
transport_ws_t
transport_ws_t::frame_state
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
Instance
Scope
Location
Project
transport_ws_t::frame_state
transport_ws_t
transport_ws.c:63
Lifecycle
from
examples
All items filtered out
All items filtered out