ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_local_ctrl_prop_val::free_fn
from the following samples and libraries:
esp_local_ctrl sample
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
esp_local_ctrl_prop_val::free_fn
esp_local_ctrl_prop_val::free_fn field
This may be set by the application in `get_prop_values()` handler to tell `esp_local_ctrl` to call this function on the data pointer above, for freeing its resources after sending the `get_prop_values` response.
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.h:94
void
(
*
free_fn
)
(
void
*
data
)
;
Examples
esp_local_ctrl_prop_val::free_fn
is referenced by 1 libraries and example projects:
esp_local_ctrl sample
References
from
0/1
examples
Code
Location
Referrer
void
(
*
free_fn
)
(
void
*
data
)
;
esp_local_ctrl.h:94
free_fns
[
i
]
=
vals
[
i
]
.
free_fn
;
esp_local_ctrl_handler.c:137
cmd_get_prop_vals_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_local_ctrl_prop_val::free_fn
is read by 1 function:
All items filtered out
esp_local_ctrl_prop_val::free_fn
cmd_get_prop_vals_handler()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out