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:
2:1e6040e0c035
Parent:
0:1b5f413bf328
--- a/iothubtransportamqp.h	Tue Sep 15 23:52:53 2015 -0700
+++ b/iothubtransportamqp.h	Tue Sep 22 20:36:39 2015 -0700
@@ -11,7 +11,7 @@
 {
 #endif
 
-    extern const void* IoTHubTransportAmqp_ProvideTransportInterface(void);
+    extern const void* AMQP_Protocol(void);
 
 #ifdef __cplusplus
 }