AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
Parameter structures

Structures passed as parameters to MQTT functions. More...

Data Structures

struct  IotMqttPublishInfo_t
 Information on a PUBLISH message. More...
 
struct  IotMqttCallbackParam_t
 Parameter to an MQTT callback function. More...
 
struct  IotMqttCallbackInfo_t
 MQTT callback function and context. More...
 
struct  IotMqttSubscription_t
 MQTT subscription. More...
 
struct  IotMqttConnectInfo_t
 MQTT connection details. More...
 
struct  IotMqttPacketInfo_t
 MQTT packet details. More...
 
struct  IotMqttSerializer_t
 Function pointers for MQTT packet serializer overrides. More...
 
struct  IotMqttNetworkInfo_t
 MQTT network connection details. More...
 

Detailed Description

Structures passed as parameters to MQTT functions.

These structures are passed as parameters to library functions. Documentation for these structures will state the functions associated with each parameter structure and the purpose of each member.