Microsoft Azure IoTHub client MQTT transport

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

Committer:
AzureIoTClient
Date:
Tue Sep 11 11:12:42 2018 -0700
Revision:
41:410450f16a9f
Parent:
4:e472f5ce3473
1.2.9

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Azure.IoT Build 0:5e72a75c31b8 1 // Copyright (c) Microsoft. All rights reserved.
Azure.IoT Build 0:5e72a75c31b8 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
Azure.IoT Build 0:5e72a75c31b8 3
Azure.IoT Build 0:5e72a75c31b8 4 #ifndef IOTHUBTRANSPORTMQTT_H
Azure.IoT Build 0:5e72a75c31b8 5 #define IOTHUBTRANSPORTMQTT_H
Azure.IoT Build 0:5e72a75c31b8 6
Azure.IoT Build 1:f2e563755d91 7 #include "iothub_transport_ll.h"
Azure.IoT Build 0:5e72a75c31b8 8
Azure.IoT Build 0:5e72a75c31b8 9 #ifdef __cplusplus
Azure.IoT Build 0:5e72a75c31b8 10 extern "C"
Azure.IoT Build 0:5e72a75c31b8 11 {
Azure.IoT Build 0:5e72a75c31b8 12 #endif
AzureIoTClient 41:410450f16a9f 13 extern const TRANSPORT_PROVIDER* MQTT_Protocol(void);
Azure.IoT Build 0:5e72a75c31b8 14
Azure.IoT Build 0:5e72a75c31b8 15 #ifdef __cplusplus
Azure.IoT Build 0:5e72a75c31b8 16 }
Azure.IoT Build 0:5e72a75c31b8 17 #endif
Azure.IoT Build 0:5e72a75c31b8 18
Azure.IoT Build 0:5e72a75c31b8 19 #endif /*IOTHUBTRANSPORTMQTT_H*/