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:
36:67300d5a4c1f
Parent:
18:1e9adb15c645
Child:
38:a05929a75111
--- a/iothub_message.h	Tue Feb 16 14:24:56 2016 -0800
+++ b/iothub_message.h	Fri Mar 11 17:00:59 2016 -0800
@@ -14,10 +14,14 @@
 
 #ifdef __cplusplus
 #include <cstddef>
+#include <ctime>
+#include <cstdint>
 extern "C" 
 {
 #else
 #include <stddef.h>
+#include <time.h>
+#include <stdint.h>
 #endif
 
 #define IOTHUB_MESSAGE_RESULT_VALUES         \