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
certs.h@2:65c172c36cf5, 2016-03-25 (annotated)
- 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?
User | Revision | Line number | New 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 */ |