source: azure_iot_hub_riscv/trunk/app_iothub_client/src/client.h@ 453

Last change on this file since 453 was 453, 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: 376 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 dps_csgen_main(int argc, char **argv);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif /* CLIENT_H */
Note: See TracBrowser for help on using the repository browser.