| 
| file   | core_mqtt.h [code] | 
|   | User-facing functions of the MQTT 3.1.1 library. 
  | 
|   | 
| file   | core_mqtt_config_defaults.h [code] | 
|   | This represents the default values for the configuration macros for the MQTT library. 
  | 
|   | 
| file   | core_mqtt_serializer.h [code] | 
|   | User-facing functions for serializing and deserializing MQTT 3.1.1 packets. This header should be included for building a lighter weight MQTT client than the managed CSDK MQTT library API in core_mqtt.h, by using the serializer and de-serializer functions exposed in this file's API. 
  | 
|   | 
| file   | core_mqtt_state.h [code] | 
|   | Function to keep state of MQTT PUBLISH packet deliveries. 
  | 
|   |