▼ source | |
▼ include | |
core_mqtt.h | User-facing functions of the MQTT 3.1.1 library |
core_mqtt_config_defaults.h | This represents the default values for the configuration macros for the MQTT library |
core_mqtt_serializer.h | 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 |
core_mqtt_state.h | Function to keep state of MQTT PUBLISH packet deliveries |
▼ interface | |
transport_interface.h | Transport interface definitions to send and receive data over the network |
core_mqtt.c | Implements the user-facing functions in core_mqtt.h |
core_mqtt_serializer.c | Implements the user-facing functions in core_mqtt_serializer.h |
core_mqtt_state.c | Implements the functions in core_mqtt_state.h |