source: azure_iot_hub_f767zi/trunk/app_iothub_client/src/client.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: 416 bytes
Line 
1#ifndef CLIENT_H
2#define CLIENT_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void iothub_client_init(void);
9int iothub_client_main(int argc, char **argv);
10int set_cs_main(int argc, char **argv);
11int set_proxy_main(int argc, char **argv);
12int clear_proxy_main(int argc, char **argv);
13int pinkit_main(int argc, char **argv);
14int dps_csgen_main(int argc, char **argv);
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif /* CLIENT_H */
Note: See TracBrowser for help on using the repository browser.