ESP-IDF
protocomm_httpd_config_data_t::handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
protocomm_httpd_config_data_t::handle
protocomm_httpd_config_data_t::handle field
HTTP Server Handle, if ext_handle_provided is set to true
Syntax
Show:
Summary
Declaration
from
protocomm_httpd.h:49
void
*
handle
;
Examples
References
from
examples
Code
Location
Referrer
void
*
handle
;
protocomm_httpd.h:49
.
handle
=
&
server_handle
esp_local_ctrl_transport_httpd.c:96
start_httpd_transport()
if
(
config
->
data
.
handle
)
{
protocomm_httpd.c:257
protocomm_httpd_start()
pc
->
priv
=
config
->
data
.
handle
;
protocomm_httpd.c:258
protocomm_httpd_start()
httpd_config
->
data
.
handle
=
scheme_softap_prov_httpd_handle
;
scheme_softap.c:85
prov_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
protocomm_httpd_config_data_t::handle
is written by 1 function and is read by 1 function:
prov_start()
All items filtered out
protocomm_httpd_config_data_t::handle
protocomm_httpd_start()
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