ESP-IDF
RespGetPropertyValues
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
RespGetPropertyValues
RespGetPropertyValues struct
Syntax
Show:
Summary
Declaration
Definition
from
esp_local_ctrl.pb-c.h:23
typedef
struct
RespGetPropertyValues
RespGetPropertyValues
;
Implemented in
esp_local_ctrl.pb-c.h:89
Fields
Field
Declared as
RespGetPropertyValues::base
ProtobufCMessage
RespGetPropertyValues::status
Status
RespGetPropertyValues::n_props
size_t
RespGetPropertyValues::props
PropertyInfo
*
*
Related Functions
Found 5 other functions taking a
RespGetPropertyValues
argument:
Function
resp_get_property_values__init()
resp_get_property_values__free_unpacked()
resp_get_property_values__get_packed_size()
resp_get_property_values__pack()
resp_get_property_values__pack_to_buffer()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
RespGetPropertyValues
RespGetPropertyValues
;
esp_local_ctrl.pb-c.h:23
struct
RespGetPropertyValues
esp_local_ctrl.pb-c.h:89
typedef
struct
RespGetPropertyValues
RespGetPropertyValues
;
esp_local_ctrl.pb-c.h:23
(
RespGetPropertyValues
*
message
)
esp_local_ctrl.pb-c.c:191
resp_get_property_values__init()
resp_get_property_values__init()::message
static
const
RespGetPropertyValues
init_value
=
RESP_GET_PROPERTY_VALUES__INIT
;
esp_local_ctrl.pb-c.c:193
resp_get_property_values__init()
(
const
RespGetPropertyValues
*
message
)
esp_local_ctrl.pb-c.c:197
resp_get_property_values__get_packed_size()
resp_get_property_values__get_packed_size()::message
(
const
RespGetPropertyValues
*
message
,
esp_local_ctrl.pb-c.c:203
resp_get_property_values__pack()
resp_get_property_values__pack()::message
(
const
RespGetPropertyValues
*
message
,
esp_local_ctrl.pb-c.c:210
resp_get_property_values__pack_to_buffer()
resp_get_property_values__pack_to_buffer()::message
RespGetPropertyValues
*
esp_local_ctrl.pb-c.c:216
resp_get_property_values__unpack()
return
(
RespGetPropertyValues
*
)
esp_local_ctrl.pb-c.c:222
resp_get_property_values__unpack()
(
RespGetPropertyValues
*
message
,
esp_local_ctrl.pb-c.c:227
resp_get_property_values__free_unpacked()
resp_get_property_values__free_unpacked()::message
offsetof
(
RespGetPropertyValues
,
status
)
,
esp_local_ctrl.pb-c.c:620
offsetof
(
RespGetPropertyValues
,
n_props
)
,
esp_local_ctrl.pb-c.c:631
offsetof
(
RespGetPropertyValues
,
props
)
,
esp_local_ctrl.pb-c.c:632
sizeof
(
RespGetPropertyValues
)
,
esp_local_ctrl.pb-c.c:655
typedef
struct
RespGetPropertyValues
RespGetPropertyValues
;
esp_local_ctrl.pb-c.h:23
RespGetPropertyValues
RespGetPropertyValues
*
resp_get_prop_vals
;
esp_local_ctrl.pb-c.h:153
LocalCtrlMessage::
::resp_get_prop_vals
(
RespGetPropertyValues
*
message
)
;
esp_local_ctrl.pb-c.h:241
resp_get_property_values__init()
resp_get_property_values__init()::message
(
const
RespGetPropertyValues
*
message
)
;
esp_local_ctrl.pb-c.h:243
resp_get_property_values__get_packed_size()
resp_get_property_values__get_packed_size()::message
(
const
RespGetPropertyValues
*
message
,
esp_local_ctrl.pb-c.h:245
resp_get_property_values__pack()
resp_get_property_values__pack()::message
(
const
RespGetPropertyValues
*
message
,
esp_local_ctrl.pb-c.h:248
resp_get_property_values__pack_to_buffer()
resp_get_property_values__pack_to_buffer()::message
RespGetPropertyValues
*
esp_local_ctrl.pb-c.h:250
resp_get_property_values__unpack()
(
RespGetPropertyValues
*
message
,
esp_local_ctrl.pb-c.h:256
resp_get_property_values__free_unpacked()
resp_get_property_values__free_unpacked()::message
(
const
RespGetPropertyValues
*
message
,
esp_local_ctrl.pb-c.h:349
SAFE_ALLOCATION
(
RespGetPropertyValues
,
resp_payload
)
;
esp_local_ctrl_handler.c:95
cmd_get_prop_vals_handler()
free
(
resp_payload
)
;
esp_local_ctrl_handler.c:112
cmd_get_prop_vals_handler()
free
(
resp
->
resp_get_prop_vals
)
;
esp_local_ctrl_handler.c:218
esp_local_ctrl_command_cleanup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
LocalCtrlMessage::
::resp_get_prop_vals
esp_local_ctrl.pb-c.h:153
resp_get_property_values__init()::message
resp_get_property_values__init()
esp_local_ctrl.pb-c.h:241
resp_get_property_values__get_packed_size()::message
resp_get_property_values__get_packed_size()
esp_local_ctrl.pb-c.h:243
resp_get_property_values__pack()::message
resp_get_property_values__pack()
esp_local_ctrl.pb-c.h:245
resp_get_property_values__pack_to_buffer()::message
resp_get_property_values__pack_to_buffer()
esp_local_ctrl.pb-c.h:248
return
resp_get_property_values__unpack()
esp_local_ctrl.pb-c.h:250
resp_get_property_values__free_unpacked()::message
resp_get_property_values__free_unpacked()
esp_local_ctrl.pb-c.h:256
resp_get_property_values__init()::message
resp_get_property_values__init()
esp_local_ctrl.pb-c.c:191
resp_get_property_values__get_packed_size()::message
resp_get_property_values__get_packed_size()
esp_local_ctrl.pb-c.c:197
resp_get_property_values__pack()::message
resp_get_property_values__pack()
esp_local_ctrl.pb-c.c:203
resp_get_property_values__pack_to_buffer()::message
resp_get_property_values__pack_to_buffer()
esp_local_ctrl.pb-c.c:210
return
resp_get_property_values__unpack()
esp_local_ctrl.pb-c.c:216
resp_get_property_values__free_unpacked()::message
resp_get_property_values__free_unpacked()
esp_local_ctrl.pb-c.c:227
Lifecycle
from
examples
RespGetPropertyValues
is allocated by 1 symbol and is freed by 2 symbols:
cmd_get_prop_vals_handler()
All items filtered out
RespGetPropertyValues
cmd_get_prop_vals_handler()
esp_local_ctrl_command_cleanup()
All items filtered out