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:
AzureIoTClient
Date:
Wed Jan 17 09:00:26 2018 -0800
Revision:
51:5a977cdbf27a
Parent:
2:65c172c36cf5
1.1.30

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 CERTS_H
Azure.IoT Build 2:65c172c36cf5 5 #define CERTS_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 {
Azure.IoT Build 2:65c172c36cf5 10 #endif
Azure.IoT Build 2:65c172c36cf5 11
Azure.IoT Build 2:65c172c36cf5 12 extern const char certificates[];
Azure.IoT Build 2:65c172c36cf5 13
Azure.IoT Build 2:65c172c36cf5 14 #ifdef __cplusplus
Azure.IoT Build 2:65c172c36cf5 15 }
Azure.IoT Build 2:65c172c36cf5 16 #endif
Azure.IoT Build 2:65c172c36cf5 17
Azure.IoT Build 2:65c172c36cf5 18 #endif /* CERTS_H */