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:
53:e21e1e88460f
Parent:
50:f3a92c6c6534
Child:
54:830550fef7ea
--- a/iothubtransportamqp_methods.c	Fri May 04 13:22:48 2018 -0700
+++ b/iothubtransportamqp_methods.c	Mon Jun 11 15:38:09 2018 -0700
@@ -14,7 +14,7 @@
 #include "azure_uamqp_c/message_sender.h"
 #include "azure_uamqp_c/amqp_definitions_application_properties.h"
 
-#include "iothubtransportamqp_methods.h"
+#include "internal/iothubtransportamqp_methods.h"
 
 typedef enum SUBSCRIBE_STATE_TAG
 {