AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
AWS_IoT_Client Struct Reference

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.
 

Detailed Description

MQTT Client.

Defining a type for MQTT Client


The documentation for this struct was generated from the following file: