source: azure_iot_hub_f767zi/trunk/azure_iot_sdk/iothub_client/inc/iothubtransportmqtt.h@ 457

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

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 407 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 IOTHUBTRANSPORTMQTT_H
5#define IOTHUBTRANSPORTMQTT_H
6
7#include "iothub_transport_ll.h"
8
9#ifdef __cplusplus
10extern "C"
11{
12#endif
13 extern const TRANSPORT_PROVIDER* MQTT_Protocol(void);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif /*IOTHUBTRANSPORTMQTT_H*/
Note: See TracBrowser for help on using the repository browser.