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:
10:38383e246675
Parent:
9:3ec7e2695f98
--- a/iothub_client_ll.h	Tue Sep 22 20:36:48 2015 -0700
+++ b/iothub_client_ll.h	Sat Sep 26 00:18:01 2015 -0700
@@ -120,7 +120,7 @@
  *
  *			Sample connection string:
  *				<blockquote>
- *					<pre>HostName=[IoT Hub name goes here].[IoT Hub suffix goes here, e.g., private.azure-devices-int.net];DeviceId= [Device ID goes here];SharedAccessKey= [Device key goes here];</pre>
+ *					<pre>HostName=[IoT Hub name goes here].[IoT Hub suffix goes here, e.g., private.azure-devices-int.net];DeviceId=[Device ID goes here];SharedAccessKey=[Device key goes here];</pre>
  *				</blockquote>
  * 
  * @return	A non-NULL @c IOTHUB_CLIENT_LL_HANDLE value that is used when