ESP-IDF
server_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
server_handle
server_handle variable
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl_transport_httpd.c:42
static
httpd_handle_t
server_handle
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
httpd_handle_t
server_handle
=
NULL
;
esp_local_ctrl_transport_httpd.c:42
err
=
esp_local_ctrl_httpd_start
(
&
server_handle
,
config
->
httpd
)
;
esp_local_ctrl_transport_httpd.c:84
start_httpd_transport()
.
handle
=
&
server_handle
esp_local_ctrl_transport_httpd.c:96
start_httpd_transport()
if
(
esp_local_ctrl_httpd_stop
(
server_handle
)
==
ESP_OK
)
{
esp_local_ctrl_transport_httpd.c:109
stop_httpd_transport()
server_handle
=
NULL
;
esp_local_ctrl_transport_httpd.c:110
stop_httpd_transport()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
server_handle
is written by 1 function and is read by 1 function:
stop_httpd_transport()
All items filtered out
server_handle
stop_httpd_transport()
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