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:
26:7c0e6f86d034
Parent:
22:422d94bd3c18
Child:
32:4de3e6f83424
diff -r 475bf9d91efb -r 7c0e6f86d034 serializer.h
--- a/serializer.h	Fri Apr 21 14:50:55 2017 -0700
+++ b/serializer.h	Fri Jul 14 16:38:27 2017 -0700
@@ -342,7 +342,7 @@
 * @param   device                return of CodeFirst_CreateDevice.
 * @param   desiredProperties     a null terminated string containing in JSON format the desired properties
 */
-#define INGEST_DESIRED_PROPERTIES(device, desiredProperties) (CodeFirst_IngestDesiredProperties(device, desiredProperties))
+#define INGEST_DESIRED_PROPERTIES(device, jsonPayload, parseDesiredNode) (CodeFirst_IngestDesiredProperties(device, jsonPayload, parseDesiredNode))
 
 /* Helper macros */