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: internal/iothub_client_private.h
- Revision:
- 93:7c0bbb86b167
- Parent:
- 92:97148cf9aa2a
diff -r 97148cf9aa2a -r 7c0bbb86b167 internal/iothub_client_private.h --- a/internal/iothub_client_private.h Tue Sep 11 11:13:11 2018 -0700 +++ b/internal/iothub_client_private.h Thu Oct 04 09:15:49 2018 -0700 @@ -66,6 +66,7 @@ void* context; DLIST_ENTRY entry; tickcounter_ms_t ms_timesOutAfter; /* a value of "0" means "no timeout", if the IOTHUBCLIENT_LL's handle tickcounter > msTimesOutAfer then the message shall timeout*/ + tickcounter_ms_t message_timeout_value; }IOTHUB_MESSAGE_LIST; typedef struct IOTHUB_DEVICE_TWIN_TAG