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:
88:248736be106e
--- a/internal/blob.h	Thu Jul 12 18:09:13 2018 -0700
+++ b/internal/blob.h	Tue Sep 11 11:13:11 2018 -0700
@@ -2,12 +2,12 @@
 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
 /** @file blob.h
-*	@brief Contains blob APIs needed for File Upload feature of IoTHub client.
+*    @brief Contains blob APIs needed for File Upload feature of IoTHub client.
 *
-*	@details IoTHub client needs to upload a byte array by using blob storage API
-*			 IoTHub service provides the complete SAS URI to execute a PUT request
-*			 that will upload the data.
-*			
+*    @details IoTHub client needs to upload a byte array by using blob storage API
+*             IoTHub service provides the complete SAS URI to execute a PUT request
+*             that will upload the data.
+*
 */
 
 #ifndef BLOB_H
@@ -57,7 +57,7 @@
 * @param  certificates      A null terminated string containing CA certificates to be used
 * @param    proxyOptions    A structure that contains optional web proxy information
 *
-* @return	A @c BLOB_RESULT. BLOB_OK means the blob has been uploaded successfully. Any other value indicates an error
+* @return    A @c BLOB_RESULT. BLOB_OK means the blob has been uploaded successfully. Any other value indicates an error
 */
 MOCKABLE_FUNCTION(, BLOB_RESULT, Blob_UploadMultipleBlocksFromSasUri, const char*, SASURI, IOTHUB_CLIENT_FILE_UPLOAD_GET_DATA_CALLBACK_EX, getDataCallbackEx, void*, context, unsigned int*, httpStatus, BUFFER_HANDLE, httpResponse, const char*, certificates, HTTP_PROXY_OPTIONS*, proxyOptions)