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:
54:6dcad9019a64
Parent:
53:1e5a1ca1f274
Child:
55:59b527ab3452
--- a/iothub_client.h	Wed Nov 16 21:37:53 2016 -0800
+++ b/iothub_client.h	Wed Dec 14 15:59:51 2016 -0800
@@ -15,8 +15,10 @@
 #ifndef IOTHUB_CLIENT_H
 #define IOTHUB_CLIENT_H
 
+#ifndef IOTHUB_CLIENT_INSTANCE_TYPE
 typedef struct IOTHUB_CLIENT_INSTANCE_TAG* IOTHUB_CLIENT_HANDLE;
-
+#define IOTHUB_CLIENT_INSTANCE_TYPE
+#endif // IOTHUB_CLIENT_INSTANCE
 
 #include "iothubtransport.h"
 #include <stddef.h>
@@ -31,7 +33,7 @@
 #endif
 
 #define IOTHUB_CLIENT_FILE_UPLOAD_RESULT_VALUES \
-    FILE_UPLOAD_OK ,\
+    FILE_UPLOAD_OK, \
     FILE_UPLOAD_ERROR
 
     DEFINE_ENUM(IOTHUB_CLIENT_FILE_UPLOAD_RESULT, IOTHUB_CLIENT_FILE_UPLOAD_RESULT_VALUES)