Demo using MBED TLS

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed

Fork of iothub_client_sample_amqp by Azure IoT

Committer:
AzureIoTClient
Date:
Tue Sep 15 22:44:58 2015 -0700
Revision:
0:eb1c7bc1f4f1
New release

Who changed what in which revision?

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