ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_local_ctrl_prop::type
from the following samples and libraries:
esp_local_ctrl sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::type
esp_local_ctrl_prop::type field
Type of property. This may be set to application defined enums
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.h:37
uint32_t
type
;
Examples
esp_local_ctrl_prop::type
is referenced by 1 libraries and example projects:
esp_local_ctrl sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
type
;
esp_local_ctrl.h:37
local_ctrl_inst_ctx
->
props
[
i
]
->
type
=
prop
->
type
;
esp_local_ctrl.c:281
esp_local_ctrl_add_property()
props
[
i
]
.
type
=
local_ctrl_inst_ctx
->
props
[
indices
[
i
]
]
->
type
;
esp_local_ctrl.c:363
esp_local_ctrl_get_prop_values()
props
[
i
]
.
type
=
local_ctrl_inst_ctx
->
props
[
indices
[
i
]
]
->
type
;
esp_local_ctrl.c:415
esp_local_ctrl_set_prop_values()
resp_payload
->
props
[
i
]
->
type
=
descs
[
i
]
.
type
;
esp_local_ctrl_handler.c:133
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::type
is written by 3 functions and is read by 4 functions:
esp_local_ctrl_add_property()
esp_local_ctrl_get_prop_values()
esp_local_ctrl_set_prop_values()
All items filtered out
esp_local_ctrl_prop::type
esp_local_ctrl_add_property()
esp_local_ctrl_get_prop_values()
esp_local_ctrl_set_prop_values()
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