netxduo
NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
is only used within netxduo.
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
STM32 Libraries and Samples
netxduo
NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded field
Syntax
Show:
Summary
Declaration
from
nxd_mqtt_client.h:335
UINT
nxd_mqtt_ping_not_responded
;
Examples
References
from
examples
Code
Location
Referrer
UINT
nxd_mqtt_ping_not_responded
;
/* Flag indicating the ping has been responded or not. */
nxd_mqtt_client.h:335
if
(
client_ptr
->
nxd_mqtt_ping_not_responded
==
NX_TRUE
)
nxd_mqtt_client.c:1847
_nxd_mqtt_process_pingresp()
client_ptr
->
nxd_mqtt_ping_not_responded
=
NX_FALSE
;
nxd_mqtt_client.c:1849
_nxd_mqtt_process_pingresp()
client_ptr
->
nxd_mqtt_ping_not_responded
=
0
;
nxd_mqtt_client.c:1984
_nxd_mqtt_process_disconnect()
if
(
client_ptr
->
nxd_mqtt_ping_not_responded
)
nxd_mqtt_client.c:2673
_nxd_mqtt_periodic_timer_entry()
if
(
client_ptr
->
nxd_mqtt_ping_not_responded
!=
1
)
nxd_mqtt_client.c:5037
_nxd_mqtt_send_simple_message()
client_ptr
->
nxd_mqtt_ping_not_responded
=
1
;
nxd_mqtt_client.c:5041
_nxd_mqtt_send_simple_message()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
is written by 3 functions and is read by 3 functions:
_nxd_mqtt_process_pingresp()
_nxd_mqtt_process_disconnect()
_nxd_mqtt_send_simple_message()
All items filtered out
NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
_nxd_mqtt_process_pingresp()
_nxd_mqtt_periodic_timer_entry()
_nxd_mqtt_send_simple_message()
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