coreMQTT
v2.1.1
MQTT 3.1.1 Client Library
MQTT_Ping
Sends an MQTT PINGREQ to broker.
MQTTStatus_t
MQTT_Ping
(
MQTTContext_t
* pContext );
MQTT_Ping
MQTTStatus_t MQTT_Ping(MQTTContext_t *pContext)
Sends an MQTT PINGREQ to broker.
Definition:
core_mqtt.c:2850
MQTTStatus_t
MQTTStatus_t
Return codes from MQTT functions.
Definition:
core_mqtt_serializer.h:99
MQTTContext_t
A struct representing an MQTT connection.
Definition:
core_mqtt.h:162
Parameters
[in]
pContext
Initialized and connected MQTT context.
Returns
MQTTNoMemory
if pBuffer is too small to hold the MQTT packet;
MQTTBadParameter
if invalid parameters are passed;
MQTTSendFailed
if transport write failed;
MQTTSuccess
otherwise.
Generated by
1.9.2