ESP-IDF
PropertyInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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
PropertyInfo
PropertyInfo struct
Syntax
Show:
Summary
Declaration
Definition
from
esp_local_ctrl.pb-c.h:21
typedef
struct
PropertyInfo
PropertyInfo
;
Implemented in
esp_local_ctrl.pb-c.h:64
Fields
Field
Declared as
PropertyInfo::base
ProtobufCMessage
PropertyInfo::status
Status
PropertyInfo::name
char
*
PropertyInfo::type
uint32_t
PropertyInfo::flags
uint32_t
PropertyInfo::value
ProtobufCBinaryData
Related Functions
Found 5 other functions taking a
PropertyInfo
argument:
Function
property_info__init()
property_info__get_packed_size()
property_info__pack()
property_info__pack_to_buffer()
property_info__free_unpacked()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
PropertyInfo
PropertyInfo
;
esp_local_ctrl.pb-c.h:21
struct
PropertyInfo
esp_local_ctrl.pb-c.h:64
typedef
struct
PropertyInfo
PropertyInfo
;
esp_local_ctrl.pb-c.h:21
(
PropertyInfo
*
message
)
esp_local_ctrl.pb-c.c:101
property_info__init()
property_info__init()::message
static
const
PropertyInfo
init_value
=
PROPERTY_INFO__INIT
;
esp_local_ctrl.pb-c.c:103
property_info__init()
(
const
PropertyInfo
*
message
)
esp_local_ctrl.pb-c.c:107
property_info__get_packed_size()
property_info__get_packed_size()::message
(
const
PropertyInfo
*
message
,
esp_local_ctrl.pb-c.c:113
property_info__pack()
property_info__pack()::message
(
const
PropertyInfo
*
message
,
esp_local_ctrl.pb-c.c:120
property_info__pack_to_buffer()
property_info__pack_to_buffer()::message
PropertyInfo
*
esp_local_ctrl.pb-c.c:126
property_info__unpack()
return
(
PropertyInfo
*
)
esp_local_ctrl.pb-c.c:132
property_info__unpack()
(
PropertyInfo
*
message
,
esp_local_ctrl.pb-c.c:137
property_info__free_unpacked()
property_info__free_unpacked()::message
offsetof
(
PropertyInfo
,
status
)
,
esp_local_ctrl.pb-c.c:492
offsetof
(
PropertyInfo
,
name
)
,
esp_local_ctrl.pb-c.c:504
offsetof
(
PropertyInfo
,
type
)
,
esp_local_ctrl.pb-c.c:516
offsetof
(
PropertyInfo
,
flags
)
,
esp_local_ctrl.pb-c.c:528
offsetof
(
PropertyInfo
,
value
)
,
esp_local_ctrl.pb-c.c:540
sizeof
(
PropertyInfo
)
,
esp_local_ctrl.pb-c.c:566
typedef
struct
PropertyInfo
PropertyInfo
;
esp_local_ctrl.pb-c.h:21
PropertyInfo
PropertyInfo
*
*
props
;
esp_local_ctrl.pb-c.h:94
RespGetPropertyValues
RespGetPropertyValues::props
(
PropertyInfo
*
message
)
;
esp_local_ctrl.pb-c.h:203
property_info__init()
property_info__init()::message
(
const
PropertyInfo
*
message
)
;
esp_local_ctrl.pb-c.h:205
property_info__get_packed_size()
property_info__get_packed_size()::message
(
const
PropertyInfo
*
message
,
esp_local_ctrl.pb-c.h:207
property_info__pack()
property_info__pack()::message
(
const
PropertyInfo
*
message
,
esp_local_ctrl.pb-c.h:210
property_info__pack_to_buffer()
property_info__pack_to_buffer()::message
PropertyInfo
*
esp_local_ctrl.pb-c.h:212
property_info__unpack()
(
PropertyInfo
*
message
,
esp_local_ctrl.pb-c.h:218
property_info__free_unpacked()
property_info__free_unpacked()::message
(
const
PropertyInfo
*
message
,
esp_local_ctrl.pb-c.h:343
sizeof
(
PropertyInfo
*
)
)
;
esp_local_ctrl_handler.c:105
cmd_get_prop_vals_handler()
resp_payload
->
props
[
i
]
=
malloc
(
sizeof
(
PropertyInfo
)
)
;
esp_local_ctrl_handler.c:124
cmd_get_prop_vals_handler()
free
(
resp
->
resp_get_prop_vals
->
props
[
i
]
)
;
esp_local_ctrl_handler.c:214
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
RespGetPropertyValues::props
RespGetPropertyValues
esp_local_ctrl.pb-c.h:94
property_info__init()::message
property_info__init()
esp_local_ctrl.pb-c.h:203
property_info__get_packed_size()::message
property_info__get_packed_size()
esp_local_ctrl.pb-c.h:205
property_info__pack()::message
property_info__pack()
esp_local_ctrl.pb-c.h:207
property_info__pack_to_buffer()::message
property_info__pack_to_buffer()
esp_local_ctrl.pb-c.h:210
return
property_info__unpack()
esp_local_ctrl.pb-c.h:212
property_info__free_unpacked()::message
property_info__free_unpacked()
esp_local_ctrl.pb-c.h:218
property_info__init()::message
property_info__init()
esp_local_ctrl.pb-c.c:101
property_info__get_packed_size()::message
property_info__get_packed_size()
esp_local_ctrl.pb-c.c:107
property_info__pack()::message
property_info__pack()
esp_local_ctrl.pb-c.c:113
property_info__pack_to_buffer()::message
property_info__pack_to_buffer()
esp_local_ctrl.pb-c.c:120
return
property_info__unpack()
esp_local_ctrl.pb-c.c:126
property_info__free_unpacked()::message
property_info__free_unpacked()
esp_local_ctrl.pb-c.c:137
Lifecycle
from
examples
PropertyInfo
is allocated by 1 symbol and is freed by 1 symbol:
cmd_get_prop_vals_handler()
All items filtered out
PropertyInfo
esp_local_ctrl_command_cleanup()
All items filtered out