A modelling and serializer library for Microsoft Azure IoTHub client applications

Dependents:   sht15_remote_monitoring f767zi_mqtt remote_monitoring simplesample_amqp ... more

This library implements a serializer library to be used in projects involving Microsoft Azure IoT Hub connectivity. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
5:c08e3ffc68e4
Parent:
0:1f9b2707ec7d
Child:
10:c2aee3965a83
--- a/datamarshaller.c	Thu Oct 22 18:33:28 2015 -0700
+++ b/datamarshaller.c	Thu Dec 17 18:23:43 2015 -0800
@@ -100,9 +100,9 @@
     else
     {
         size_t i;
+		bool includePropertyPath = dataMarshallerInstance->IncludePropertyPath;
         /* VS complains wrongly that result is not initialized */
         result = DATA_MARSHALLER_ERROR;
-        bool includePropertyPath = dataMarshallerInstance->IncludePropertyPath;
 
         for (i = 0; i < valueCount; i++)
         {