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:
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);