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: iothub_client_sample_http simplesample_http temp_sensor_anomaly
iothubtransporthttp.h@18:ab990f6aa61f, 2016-06-17 (annotated)
- Committer:
- AzureIoTClient
- Date:
- Fri Jun 17 17:02:21 2016 -0700
- Revision:
- 18:ab990f6aa61f
- Parent:
- 17:7ef88cde801f
- Child:
- 38:01bf35934f1b
1.0.9
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AzureIoTClient | 6:73793bae15ba | 1 | // Copyright (c) Microsoft. All rights reserved. |
AzureIoTClient | 6:73793bae15ba | 2 | // Licensed under the MIT license. See LICENSE file in the project root for full license information. |
AzureIoTClient | 6:73793bae15ba | 3 | |
AzureIoTClient | 6:73793bae15ba | 4 | #ifndef IOTHUBTRANSPORTHTTP_H |
AzureIoTClient | 6:73793bae15ba | 5 | #define IOTHUBTRANSPORTHTTP_H |
AzureIoTClient | 6:73793bae15ba | 6 | |
Azure.IoT Build | 15:52602fffff8d | 7 | #include "iothub_transport_ll.h" |
AzureIoTClient | 6:73793bae15ba | 8 | |
AzureIoTClient | 6:73793bae15ba | 9 | #ifdef __cplusplus |
AzureIoTClient | 6:73793bae15ba | 10 | extern "C" |
AzureIoTClient | 6:73793bae15ba | 11 | { |
AzureIoTClient | 6:73793bae15ba | 12 | #endif |
AzureIoTClient | 6:73793bae15ba | 13 | |
AzureIoTClient | 18:ab990f6aa61f | 14 | extern const TRANSPORT_PROVIDER* HTTP_Protocol(void); |
AzureIoTClient | 6:73793bae15ba | 15 | |
AzureIoTClient | 6:73793bae15ba | 16 | #ifdef __cplusplus |
AzureIoTClient | 6:73793bae15ba | 17 | } |
AzureIoTClient | 6:73793bae15ba | 18 | #endif |
AzureIoTClient | 6:73793bae15ba | 19 | |
AzureIoTClient | 6:73793bae15ba | 20 | #endif /*IOTHUBTRANSPORTHTTP_H*/ |