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:
14:0c00e67a4ab1
Parent:
13:16e88f0cfa5f
Child:
17:fa1bba4c6053
--- a/commanddecoder.c	Fri Jul 01 10:43:11 2016 -0700
+++ b/commanddecoder.c	Mon Jul 18 16:45:16 2016 -0700
@@ -236,6 +236,7 @@
                 {
                     size_t i;
                     size_t j;
+                    result = EXECUTE_COMMAND_ERROR;
 
                     /* Codes_SRS_COMMAND_DECODER_99_011:[ CommandDecoder shall attempt to extract from the command text the value for each action argument.] */
                     for (i = 0; i < argCount; i++)