ESP-IDF
esp_mqtt_client::reconnect_tick
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mqtt_client::reconnect_tick
esp_mqtt_client::reconnect_tick field
Syntax
Show:
Summary
Declaration
from
mqtt_client_priv.h:120
uint64_t
reconnect_tick
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
reconnect_tick
;
mqtt_client_priv.h:120
client
->
reconnect_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:827
esp_mqtt_abort_connection()
client
->
reconnect_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:882
esp_mqtt_client_init()
platform_tick_get_ms
(
)
-
client
->
reconnect_tick
>
client
->
wait_timeout_ms
)
{
mqtt_client.c:1719
esp_mqtt_task()
client
->
reconnect_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:1721
esp_mqtt_task()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_mqtt_client::reconnect_tick
is written by 3 functions and is read by 1 function:
esp_mqtt_abort_connection()
esp_mqtt_client_init()
esp_mqtt_task()
All items filtered out
esp_mqtt_client::reconnect_tick
esp_mqtt_task()
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