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:
17:597443dc65a4
Parent:
12:841a4c36bd36
--- a/iothubtransportamqp.h	Tue Jun 07 10:48:38 2016 -0700
+++ b/iothubtransportamqp.h	Fri Jun 17 17:02:10 2016 -0700
@@ -4,7 +4,6 @@
 #ifndef IOTHUBTRANSPORTAMQP_H
 #define IOTHUBTRANSPORTAMQP_H
 
-#include "iothub_client_ll.h"
 #include "iothub_transport_ll.h"
 
 #ifdef __cplusplus
@@ -12,7 +11,7 @@
 {
 #endif
 
-    extern const void* AMQP_Protocol(void);
+    extern const TRANSPORT_PROVIDER* AMQP_Protocol(void);
 
 #ifdef __cplusplus
 }