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:
48:06c522453dd6
Parent:
47:8a238e75a0f7
Child:
49:0b9d85080386
--- a/iothubtransport_amqp_common.c	Wed Jan 17 08:55:08 2018 -0800
+++ b/iothubtransport_amqp_common.c	Tue Jan 30 08:19:43 2018 -0800
@@ -392,7 +392,7 @@
             if (mallocAndStrcpy_s(&(tc->link_name), disposition_info->source) == 0)
             {
                 tc->device_state = device_state;
-                tc->message_id = disposition_info->message_id;
+                tc->message_id = (delivery_number)disposition_info->message_id;
 
                 result->messageHandle = message;
                 result->transportContext = tc;