IoTHub raw messaging client sample using MQTT

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed wolfSSL azure_c_shared_utility iothub_client azure_umqtt_c iothub_mqtt_transport

Committer:
Azure.IoT Build
Date:
Fri Mar 25 16:10:00 2016 -0700
Revision:
2:65c172c36cf5
1.0.3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Azure.IoT Build 2:65c172c36cf5 1 // Copyright (c) Microsoft. All rights reserved.
Azure.IoT Build 2:65c172c36cf5 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
Azure.IoT Build 2:65c172c36cf5 3
Azure.IoT Build 2:65c172c36cf5 4 #ifndef IOTHUB_CLIENT_SAMPLE_MQTT_H
Azure.IoT Build 2:65c172c36cf5 5 #define IOTHUB_CLIENT_SAMPLE_MQTT_H
Azure.IoT Build 2:65c172c36cf5 6
Azure.IoT Build 2:65c172c36cf5 7 #ifdef __cplusplus
Azure.IoT Build 2:65c172c36cf5 8 extern "C" {
Azure.IoT Build 2:65c172c36cf5 9 #endif
Azure.IoT Build 2:65c172c36cf5 10
Azure.IoT Build 2:65c172c36cf5 11 void iothub_client_sample_mqtt_run(void);
Azure.IoT Build 2:65c172c36cf5 12
Azure.IoT Build 2:65c172c36cf5 13 #ifdef __cplusplus
Azure.IoT Build 2:65c172c36cf5 14 }
Azure.IoT Build 2:65c172c36cf5 15 #endif
Azure.IoT Build 2:65c172c36cf5 16
Azure.IoT Build 2:65c172c36cf5 17 #endif /* IOTHUB_CLIENT_SAMPLE_MQTT_H */