Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more
Diff: iothub_transport_ll.h
- Revision:
- 54:6dcad9019a64
- Parent:
- 53:1e5a1ca1f274
- Child:
- 55:59b527ab3452
--- a/iothub_transport_ll.h Wed Nov 16 21:37:53 2016 -0800 +++ b/iothub_transport_ll.h Wed Dec 14 15:59:51 2016 -0800 @@ -14,6 +14,8 @@ union IOTHUB_IDENTITY_INFO_TAG; typedef union IOTHUB_IDENTITY_INFO_TAG IOTHUB_IDENTITY_INFO; +typedef void* METHOD_ID; + #include "azure_c_shared_utility/doublylinkedlist.h" #include "azure_c_shared_utility/strings.h" #include "iothub_message.h"
