mqtt5 sample
subscribe1_property
is only used within mqtt5 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
mqtt5 sample
subscribe1_property
subscribe1_property variable
Syntax
Show:
Summary
Declaration
from
app_main.c:54
static
esp_mqtt5_subscribe_property_config_t
subscribe1_property
=
{
.
subscribe_id
=
25555
,
.
no_local_flag
=
true
,
.
retain_as_published_flag
=
false
,
.
retain_handle
=
0
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_mqtt5_subscribe_property_config_t
subscribe1_property
=
{
app_main.c:54
esp_mqtt5_client_set_user_property
(
&
subscribe1_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:126
mqtt5_event_handler()
esp_mqtt5_client_set_subscribe_property
(
client
,
&
subscribe1_property
)
;
app_main.c:127
mqtt5_event_handler()
esp_mqtt5_client_delete_user_property
(
subscribe1_property
.
user_property
)
;
app_main.c:129
mqtt5_event_handler()
subscribe1_property
.
user_property
=
NULL
;
app_main.c:130
mqtt5_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
subscribe1_property
is read by 1 function:
All items filtered out
subscribe1_property
mqtt5_event_handler()
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
Lifecycle
from
examples
All items filtered out
All items filtered out