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:
12:841a4c36bd36
Parent:
4:57e049bce51e
Child:
17:597443dc65a4
--- a/iothubtransportamqp.h	Fri Mar 25 15:59:44 2016 -0700
+++ b/iothubtransportamqp.h	Fri Apr 08 13:23:54 2016 -0700
@@ -4,7 +4,8 @@
 #ifndef IOTHUBTRANSPORTAMQP_H
 #define IOTHUBTRANSPORTAMQP_H
 
-#include "iothub_client_private.h"
+#include "iothub_client_ll.h"
+#include "iothub_transport_ll.h"
 
 #ifdef __cplusplus
 extern "C"