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:
- 92:97148cf9aa2a
- Parent:
- 91:bbf806070c5f
- Child:
- 93:7c0bbb86b167
--- a/internal/iothub_client_private.h Thu Jul 12 18:09:13 2018 -0700 +++ b/internal/iothub_client_private.h Tue Sep 11 11:13:11 2018 -0700 @@ -63,7 +63,7 @@ { IOTHUB_MESSAGE_HANDLE messageHandle; IOTHUB_CLIENT_EVENT_CONFIRMATION_CALLBACK callback; - void* context; + 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*/ }IOTHUB_MESSAGE_LIST;