Microsoft Azure IoTHub client libraries

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more

This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
44:33dd78697616
Parent:
43:038d8511e817
Child:
45:54c11b1b1407
--- a/iothub_client_ll.h	Fri Jun 17 17:02:44 2016 -0700
+++ b/iothub_client_ll.h	Tue Jun 21 09:57:27 2016 -0700
@@ -325,7 +325,7 @@
 	*/
 	extern IOTHUB_CLIENT_RESULT IoTHubClient_LL_SetOption(IOTHUB_CLIENT_LL_HANDLE iotHubClientHandle, const char* optionName, const void* value);
 
-#ifdef USE_UPLOADTOBLOB
+#ifndef DONT_USE_UPLOADTOBLOB
     /**
     * @brief	This API uploads to Azure Storage the content pointed to by @p source having the size @p size
     *           under the blob name devicename/@pdestinationFileName
@@ -339,7 +339,7 @@
     */
     extern IOTHUB_CLIENT_RESULT IoTHubClient_LL_UploadToBlob(IOTHUB_CLIENT_LL_HANDLE iotHubClientHandle, const char* destinationFileName, const unsigned char* source, size_t size);
 
-#endif /*USE_UPLOADTOBLOB*/
+#endif /*DONT_USE_UPLOADTOBLOB*/
 
 #ifdef __cplusplus
 }