ESP-IDF
esp_transport_ws_config_t::ws_path
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::ws_path
esp_transport_ws_config_t::ws_path field
HTTP path to update protocol to websocket
Syntax
Show:
Summary
Declaration
from
esp_transport_ws.h:33
const
char
*
ws_path
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
ws_path
;
/*!< HTTP path to update protocol to websocket */
esp_transport_ws.h:33
if
(
config
->
ws_path
)
{
transport_ws.c:863
esp_transport_ws_set_config()
err
=
internal_esp_transport_ws_set_path
(
t
,
config
->
ws_path
)
;
transport_ws.c:864
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::ws_path
is read by 1 function:
All items filtered out
esp_transport_ws_config_t::ws_path
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