source: azure_iot_hub/trunk/app_iothub_client/src/client.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: 349 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 SENDEVENTASYNC_H
5#define SENDEVENTASYNC_H
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11 void iothub_client_sample_http_run(void);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif /* SENDEVENTASYNC_H */
Note: See TracBrowser for help on using the repository browser.