mqtt5 sample
disconnect_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
disconnect_property
disconnect_property variable
Syntax
Show:
Summary
Declaration
from
app_main.c:66
static
esp_mqtt5_disconnect_property_config_t
disconnect_property
=
{
.
session_expiry_interval
=
60
,
.
disconnect_reason
=
0
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_mqtt5_disconnect_property_config_t
disconnect_property
=
{
app_main.c:66
esp_mqtt5_client_set_user_property
(
&
disconnect_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:154
mqtt5_event_handler()
esp_mqtt5_client_set_disconnect_property
(
client
,
&
disconnect_property
)
;
app_main.c:155
mqtt5_event_handler()
esp_mqtt5_client_delete_user_property
(
disconnect_property
.
user_property
)
;
app_main.c:156
mqtt5_event_handler()
disconnect_property
.
user_property
=
NULL
;
app_main.c:157
mqtt5_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
disconnect_property
is read by 1 function:
All items filtered out
disconnect_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