ESP-IDF
PropertyValue
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PropertyValue
PropertyValue struct
Syntax
Show:
Summary
Declaration
Definition
from
esp_local_ctrl.pb-c.h:24
typedef
struct
PropertyValue
PropertyValue
;
Implemented in
esp_local_ctrl.pb-c.h:101
Fields
Field
Declared as
PropertyValue::base
ProtobufCMessage
PropertyValue::index
uint32_t
PropertyValue::value
ProtobufCBinaryData
Related Functions
Found 5 other functions taking a
PropertyValue
argument:
Function
property_value__init()
property_value__get_packed_size()
property_value__pack()
property_value__pack_to_buffer()
property_value__free_unpacked()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
PropertyValue
PropertyValue
;
esp_local_ctrl.pb-c.h:24
struct
PropertyValue
esp_local_ctrl.pb-c.h:101
typedef
struct
PropertyValue
PropertyValue
;
esp_local_ctrl.pb-c.h:24
(
PropertyValue
*
message
)
esp_local_ctrl.pb-c.c:236
property_value__init()
property_value__init()::message
static
const
PropertyValue
init_value
=
PROPERTY_VALUE__INIT
;
esp_local_ctrl.pb-c.c:238
property_value__init()
(
const
PropertyValue
*
message
)
esp_local_ctrl.pb-c.c:242
property_value__get_packed_size()
property_value__get_packed_size()::message
(
const
PropertyValue
*
message
,
esp_local_ctrl.pb-c.c:248
property_value__pack()
property_value__pack()::message
(
const
PropertyValue
*
message
,
esp_local_ctrl.pb-c.c:255
property_value__pack_to_buffer()
property_value__pack_to_buffer()::message
PropertyValue
*
esp_local_ctrl.pb-c.c:261
property_value__unpack()
return
(
PropertyValue
*
)
esp_local_ctrl.pb-c.c:267
property_value__unpack()
(
PropertyValue
*
message
,
esp_local_ctrl.pb-c.c:272
property_value__free_unpacked()
property_value__free_unpacked()::message
offsetof
(
PropertyValue
,
index
)
,
esp_local_ctrl.pb-c.c:671
offsetof
(
PropertyValue
,
value
)
,
esp_local_ctrl.pb-c.c:683
sizeof
(
PropertyValue
)
,
esp_local_ctrl.pb-c.c:706
typedef
struct
PropertyValue
PropertyValue
;
esp_local_ctrl.pb-c.h:24
PropertyValue
PropertyValue
*
*
props
;
esp_local_ctrl.pb-c.h:116
CmdSetPropertyValues
CmdSetPropertyValues::props
(
PropertyValue
*
message
)
;
esp_local_ctrl.pb-c.h:260
property_value__init()
property_value__init()::message
(
const
PropertyValue
*
message
)
;
esp_local_ctrl.pb-c.h:262
property_value__get_packed_size()
property_value__get_packed_size()::message
(
const
PropertyValue
*
message
,
esp_local_ctrl.pb-c.h:264
property_value__pack()
property_value__pack()::message
(
const
PropertyValue
*
message
,
esp_local_ctrl.pb-c.h:267
property_value__pack_to_buffer()
property_value__pack_to_buffer()::message
PropertyValue
*
esp_local_ctrl.pb-c.h:269
property_value__unpack()
(
PropertyValue
*
message
,
esp_local_ctrl.pb-c.h:275
property_value__free_unpacked()
property_value__free_unpacked()::message
(
const
PropertyValue
*
message
,
esp_local_ctrl.pb-c.h:352
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
CmdSetPropertyValues::props
CmdSetPropertyValues
esp_local_ctrl.pb-c.h:116
property_value__init()::message
property_value__init()
esp_local_ctrl.pb-c.h:260
property_value__get_packed_size()::message
property_value__get_packed_size()
esp_local_ctrl.pb-c.h:262
property_value__pack()::message
property_value__pack()
esp_local_ctrl.pb-c.h:264
property_value__pack_to_buffer()::message
property_value__pack_to_buffer()
esp_local_ctrl.pb-c.h:267
return
property_value__unpack()
esp_local_ctrl.pb-c.h:269
property_value__free_unpacked()::message
property_value__free_unpacked()
esp_local_ctrl.pb-c.h:275
property_value__init()::message
property_value__init()
esp_local_ctrl.pb-c.c:236
property_value__get_packed_size()::message
property_value__get_packed_size()
esp_local_ctrl.pb-c.c:242
property_value__pack()::message
property_value__pack()
esp_local_ctrl.pb-c.c:248
property_value__pack_to_buffer()::message
property_value__pack_to_buffer()
esp_local_ctrl.pb-c.c:255
return
property_value__unpack()
esp_local_ctrl.pb-c.c:261
property_value__free_unpacked()::message
property_value__free_unpacked()
esp_local_ctrl.pb-c.c:272
Lifecycle
from
examples
All items filtered out
All items filtered out