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:
77:e4e36df9caee
Parent:
75:86205ca63a59
Child:
80:db5f5237bc95
--- a/iothub_client_options.h	Mon Sep 25 13:37:53 2017 -0700
+++ b/iothub_client_options.h	Sat Oct 21 20:11:49 2017 +0000
@@ -43,6 +43,9 @@
     */
     static const char* OPTION_C2D_KEEP_ALIVE_FREQ_SECS = "c2d_keep_alive_freq_secs";
 
+    //diagnostic sampling percentage value, [0-100]
+    static const char* OPTION_DIAGNOSTIC_SAMPLING_PERCENTAGE = "diag_sampling_percentage";
+
 #ifdef __cplusplus
 }
 #endif