ESP-IDF + 0/1 examples
SourceVu will show references to esp_local_ctrl_prop_val from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedExamplesReferencesInstancesLifecycle

Fields

Field
Declared as
Description
void *
Pointer to memory holding property value.
size_t
Size of property value.
void (*)(void *data)
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.

References

from 0/1 examples