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: STM32F746_iothub_client_sample_mqtt
Fork of iothub_client by
Diff: iothub_client_private.h
- Revision:
- 32:6e9d81a62085
- Parent:
- 22:b8732db970af
- Child:
- 34:578a1a3636cc
diff -r 741eacddf296 -r 6e9d81a62085 iothub_client_private.h --- a/iothub_client_private.h Mon Jan 25 19:21:04 2016 -0800 +++ b/iothub_client_private.h Thu Jan 28 10:04:01 2016 -0800 @@ -29,7 +29,8 @@ #define MESSAGE_ENDPOINT "/messages/devicebound" #define MESSAGE_ENDPOINT_HTTP "/messages/devicebound" #define MESSAGE_ENDPOINT_HTTP_ETAG "/messages/devicebound/" -#define CLIENT_DEVICE_TYPE_PREFIX "iothubclient/" +#define CLIENT_DEVICE_TYPE_PREFIX "iothubclient" +#define CLIENT_DEVICE_BACKSLASH "/" #define CBS_REPLY_TO "cbs" #define CBS_ENDPOINT "/$" CBS_REPLY_TO #define API_VERSION "?api-version=2015-08-15-preview"