Microsoft Azure IoTHub client AMQP transport

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp iothub_client_sample_amqp ... more

This library implements the AMQP transport for Microsoft Azure IoTHub client. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
0:1b5f413bf328
Child:
2:1e6040e0c035
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/iothubtransportamqp.h	Tue Sep 15 21:57:16 2015 -0700
@@ -0,0 +1,20 @@
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+#ifndef IOTHUBTRANSPORTAMQP_H
+#define IOTHUBTRANSPORTAMQP_H
+
+#include "iothub_client_private.h"
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+    extern const void* IoTHubTransportAmqp_ProvideTransportInterface(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /*IOTHUBTRANSPORTAMQP_H*/