AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
Return to main page ↑ |
MQTT Client. More...
#include <aws_iot_mqtt_client.h>
Data Fields | |
Timer | pingReqTimer |
Timer to keep track of when to send next PINGREQ. | |
Timer | pingRespTimer |
Timer to ensure that PINGRESP is received timely. | |
Timer | reconnectDelayTimer |
Timer for backoff on reconnect. | |
ClientStatus | clientStatus |
Client state information. | |
ClientData | clientData |
Client context. | |
Network | networkStack |
Table of network function pointers. | |
MQTT Client.
Defining a type for MQTT Client