MQTT API Reference
MQTT 3.1.1 client library
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
 Information on a user-provided MQTT callback function. More...
 
struct  IotMqttSubscription_t
 Information on an MQTT subscription. More...
 
struct  IotMqttConnectInfo_t
 Information on a new MQTT connection. More...
 
struct  IotMqttSerializer_t
 Function pointers for MQTT packet serializer overrides. More...
 
struct  IotMqttNetworkInfo_t
 Infomation on the transport-layer network connection for the new MQTT connection. 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.