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:
92:97148cf9aa2a
Parent:
89:a2ed767a532e
diff -r bbf806070c5f -r 97148cf9aa2a internal/iothub_transport_ll_private.h
--- a/internal/iothub_transport_ll_private.h	Thu Jul 12 18:09:13 2018 -0700
+++ b/internal/iothub_transport_ll_private.h	Tue Sep 11 11:13:11 2018 -0700
@@ -31,16 +31,16 @@
 {
 #endif
 
-    /** @brief	This struct captures device configuration. */
+    /** @brief    This struct captures device configuration. */
     typedef struct IOTHUB_DEVICE_CONFIG_TAG
     {
-        /** @brief	A string that identifies the device. */
+        /** @brief    A string that identifies the device. */
         const char* deviceId;
 
-        /** @brief	The device key used to authenticate the device. */
+        /** @brief    The device key used to authenticate the device. */
         const char* deviceKey;
 
-        /** @brief	The device SAS used to authenticate the device in place of using the device key. */
+        /** @brief    The device SAS used to authenticate the device in place of using the device key. */
         const char* deviceSasToken;
 
         IOTHUB_AUTHORIZATION_HANDLE authorization_module; // with either SAS Token, x509 Certs, and Device SAS Token