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:
51:269e65571b39
Child:
54:830550fef7ea
--- a/iothubtransport_amqp_device.c	Fri May 04 13:22:48 2018 -0700
+++ b/iothubtransport_amqp_device.c	Mon Jun 11 15:38:09 2018 -0700
@@ -7,10 +7,10 @@
 #include "azure_c_shared_utility/agenttime.h" 
 #include "azure_c_shared_utility/xlogging.h"
 #include "azure_c_shared_utility/strings.h"
-#include "iothubtransport_amqp_cbs_auth.h"
-#include "iothubtransport_amqp_device.h"
-#include "iothubtransport_amqp_telemetry_messenger.h"
-#include "iothubtransport_amqp_twin_messenger.h"
+#include "internal/iothubtransport_amqp_cbs_auth.h"
+#include "internal/iothubtransport_amqp_device.h"
+#include "internal/iothubtransport_amqp_telemetry_messenger.h"
+#include "internal/iothubtransport_amqp_twin_messenger.h"
 
 DEFINE_ENUM_STRINGS(DEVICE_STATE, DEVICE_STATE_VALUES);
 DEFINE_ENUM_STRINGS(DEVICE_AUTH_MODE, DEVICE_AUTH_MODE_VALUES);