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:
66:a419827cb051
Parent:
48:cc5d91f2b06d
Child:
70:875388a7d419
--- a/iothub_client_options.h	Fri Apr 21 14:50:19 2017 -0700
+++ b/iothub_client_options.h	Mon May 08 10:50:31 2017 -0700
@@ -32,6 +32,8 @@
     static const char* OPTION_MIN_POLLING_TIME = "MinimumPollingTime";
     static const char* OPTION_BATCHING = "Batching";
 
+    static const char* OPTION_PRODUCT_INFO = "product_info";
+
 #ifdef __cplusplus
 }
 #endif