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:
53:1e5a1ca1f274
Parent:
52:1cc3c6d07cad
Child:
54:6dcad9019a64
diff -r 1cc3c6d07cad -r 1e5a1ca1f274 iothub_client_version.h
--- a/iothub_client_version.h	Thu Oct 20 17:07:32 2016 -0700
+++ b/iothub_client_version.h	Wed Nov 16 21:37:53 2016 -0800
@@ -8,7 +8,9 @@
 #ifndef IOTHUB_CLIENT_VERSION_H
 #define IOTHUB_CLIENT_VERSION_H
 
-#define IOTHUB_SDK_VERSION "1.0.17"
+#define IOTHUB_SDK_VERSION "1.1.0"
+
+#include "azure_c_shared_utility/umock_c_prod.h"
 
 #ifdef __cplusplus
 extern "C"
@@ -22,7 +24,7 @@
      * @return  Pointer to a null terminated string containing the
      *          current IoT Hub Client SDK version.
      */
-    extern const char* IoTHubClient_GetVersionString(void);
+    MOCKABLE_FUNCTION(, const char*, IoTHubClient_GetVersionString);
 
 #ifdef __cplusplus
 }