corrected version (with typedef struct IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE_DATA* IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE;) included in the sources

Dependents:   STM32F746_iothub_client_sample_mqtt

Fork of iothub_client by Azure IoT

Revision:
36:67300d5a4c1f
Parent:
32:6e9d81a62085
Child:
37:18310e4d888d
--- a/iothub_client.h	Tue Feb 16 14:24:56 2016 -0800
+++ b/iothub_client.h	Fri Mar 11 17:00:59 2016 -0800
@@ -163,7 +163,9 @@
     *				- @b CURLOPT_VERBOSE - only available for HTTP protocol and only
     *				  when CURL is used. It has the same meaning as CURL's option with the same
     *				  name. @p value is pointer to a long.
-    *
+    *				- @b messageTimeout - the maximum time in milliseconds until a message 
+    *                 is timeouted. The time starts at IoTHubClient_SendEventAsync. By default,
+    *                 messages do not expire. 
     * @return	IOTHUB_CLIENT_OK upon success or an error code upon failure.
     */
     extern IOTHUB_CLIENT_RESULT IoTHubClient_SetOption(IOTHUB_CLIENT_HANDLE iotHubClientHandle, const char* optionName, const void* value);