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:
51:2550e3ad7bb0
Parent:
50:bbc71457b0ea
Child:
53:1e5a1ca1f274
--- a/iothub_message.h	Fri Sep 09 13:37:43 2016 -0700
+++ b/iothub_message.h	Thu Sep 22 18:16:18 2016 -0700
@@ -14,14 +14,10 @@
 
 #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         \