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
Diff: iothub_client_options.h
- Revision:
- 89:a2ed767a532e
- Parent:
- 87:127f440f845b
- Child:
- 91:bbf806070c5f
--- a/iothub_client_options.h Mon Jun 11 15:39:23 2018 -0700 +++ b/iothub_client_options.h Tue Jun 26 19:14:28 2018 -0700 @@ -43,6 +43,7 @@ * @brief Turns on automatic URL encoding of message properties + system properties. Only valid for use with MQTT Transport */ static STATIC_VAR_UNUSED const char* OPTION_AUTO_URL_ENCODE_DECODE = "auto_url_encode_decode"; + /* * @brief Informs the service of what is the maximum period the client will wait for a keep-alive message from the service. * The service must send keep-alives before this timeout is reached, otherwise the client will trigger its re-connection logic.