NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded

NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded field

Syntax

UINT nxd_mqtt_ping_not_responded;

References

LocationReferrerText
nxd_mqtt_client.h:335
UINT nxd_mqtt_ping_not_responded; /* Flag indicating the ping has been responded or not. */
nxd_mqtt_client.c:1847_nxd_mqtt_process_pingresp()
if (client_ptr -> nxd_mqtt_ping_not_responded == NX_TRUE)
nxd_mqtt_client.c:1849_nxd_mqtt_process_pingresp()
client_ptr -> nxd_mqtt_ping_not_responded = NX_FALSE;
nxd_mqtt_client.c:1984_nxd_mqtt_process_disconnect()
client_ptr -> nxd_mqtt_ping_not_responded = 0;
nxd_mqtt_client.c:2673_nxd_mqtt_periodic_timer_entry()
if (client_ptr -> nxd_mqtt_ping_not_responded)
nxd_mqtt_client.c:5037_nxd_mqtt_send_simple_message()
if (client_ptr -> nxd_mqtt_ping_not_responded != 1)
nxd_mqtt_client.c:5041_nxd_mqtt_send_simple_message()
client_ptr -> nxd_mqtt_ping_not_responded = 1;

Data Use

Functions writing NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
Functions reading NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
Type of NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
NXD_MQTT_CLIENT_STRUCT::nxd_mqtt_ping_not_responded
all items filtered out