esp_local_ctrl_prop::ctx field
Pointer to some context data relevant for this property. This will be available for use inside the `get_prop_values` and `set_prop_values` handlers as a part of this property structure. When set, this is valid throughout the lifetime of a property, till either the property is removed or the esp_local_ctrl service is stopped.
![]()
void *ctx;
esp_local_ctrl_prop::ctx is written by 3 functions and is read by 5 functions:
![]()
esp_local_ctrl_prop::ctx