source: azure_iot_hub/trunk/azure_iohub/iothub_client/inc/iothubtransporthttp.h@ 388

Last change on this file since 388 was 388, checked in by coas-nagasima, 5 years ago

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 405 bytes
Line 
1// Copyright (c) Microsoft. All rights reserved.
2// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
4#ifndef IOTHUBTRANSPORTHTTP_H
5#define IOTHUBTRANSPORTHTTP_H
6
7#include "iothub_transport_ll.h"
8
9#ifdef __cplusplus
10extern "C"
11{
12#endif
13
14 extern const TRANSPORT_PROVIDER* HTTP_Protocol(void);
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif /*IOTHUBTRANSPORTHTTP_H*/
Note: See TracBrowser for help on using the repository browser.