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:
42:448eecc3676e
Parent:
40:1a94db9139ea
Child:
43:038d8511e817
--- a/iothub_client_ll.h	Mon May 23 07:35:31 2016 -0700
+++ b/iothub_client_ll.h	Tue Jun 07 10:49:08 2016 -0700
@@ -318,6 +318,8 @@
 	*/
 	extern IOTHUB_CLIENT_RESULT IoTHubClient_LL_SetOption(IOTHUB_CLIENT_LL_HANDLE iotHubClientHandle, const char* optionName, const void* value);
 
+    extern IOTHUB_CLIENT_RESULT IoTHubClient_LL_UploadToBlob(IOTHUB_CLIENT_LL_HANDLE iotHubClientHandle, const char* destinationFileName, const unsigned char* source, size_t size);
+
 #ifdef __cplusplus
 }
 #endif