mqtt5 sample
subscribe_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
subscribe_property
subscribe_property variable
Syntax
Show:
Summary
Declaration
from
app_main.c:45
static
esp_mqtt5_subscribe_property_config_t
subscribe_property
=
{
.
subscribe_id
=
25555
,
.
no_local_flag
=
false
,
.
retain_as_published_flag
=
false
,
.
retain_handle
=
0
,
.
is_share_subscribe
=
true
,
.
share_name
=
"group1"
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_mqtt5_subscribe_property_config_t
subscribe_property
=
{
app_main.c:45
esp_mqtt5_client_set_user_property
(
&
subscribe_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:119
mqtt5_event_handler()
esp_mqtt5_client_set_subscribe_property
(
client
,
&
subscribe_property
)
;
app_main.c:120
mqtt5_event_handler()
esp_mqtt5_client_delete_user_property
(
subscribe_property
.
user_property
)
;
app_main.c:122
mqtt5_event_handler()
subscribe_property
.
user_property
=
NULL
;
app_main.c:123
mqtt5_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
subscribe_property
is read by 1 function:
All items filtered out
subscribe_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