ESP-IDF
esp_transport_ws_config_t::propagate_control_frames
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
esp_transport_ws_config_t::propagate_control_frames
esp_transport_ws_config_t::propagate_control_frames field
If true, control frames are passed to the reader If false, only user frames are propagated, control frames are handled automatically during read operations
Syntax
Show:
Summary
Declaration
from
esp_transport_ws.h:38
bool
propagate_control_frames
;
Examples
References
from
examples
Code
Location
Referrer
bool
propagate_control_frames
;
/*!< If true, control frames are passed to the reader
esp_transport_ws.h:38
ws
->
propagate_control_frames
=
config
->
propagate_control_frames
;
transport_ws.c:883
esp_transport_ws_set_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_transport_ws_config_t::propagate_control_frames
is read by 1 function:
All items filtered out
esp_transport_ws_config_t::propagate_control_frames
esp_transport_ws_set_config()
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