|
AWS IoT Embedded C Device SDK
|
MQTT Client Data. More...
#include <aws_iot_mqtt_client.h>
Data Fields | |
| uint16_t | nextPacketId |
| uint32_t | commandTimeoutMs |
| uint16_t | keepAliveInterval |
| uint32_t | currentReconnectWaitInterval |
| uint32_t | counterNetworkDisconnected |
| size_t | writeBufSize |
| size_t | readBufSize |
| unsigned char | writeBuf [AWS_IOT_MQTT_TX_BUF_LEN] |
| unsigned char | readBuf [AWS_IOT_MQTT_RX_BUF_LEN] |
| IoT_Client_Connect_Params | options |
| MessageHandlers | messageHandlers [AWS_IOT_MQTT_NUM_SUBSCRIBE_HANDLERS] |
| iot_disconnect_handler | disconnectHandler |
| void * | disconnectHandlerData |
Defining a type for MQTT Client Data Contains data used by the MQTT Client
1.8.10