TuyaOS
svc_netcfg_qrcode.h
1
10#ifndef __TUYA_SVC_NETCFG_QRCODE_H__
11#define __TUYA_SVC_NETCFG_QRCODE_H__
12
13#include "tuya_cloud_types.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
24OPERATE_RET tuya_svc_netcfg_qrcode_init(VOID);
25
33OPERATE_RET tuya_svc_netcfg_qrcode_set_appid(CHAR_T *appid);
34
35#ifdef __cplusplus
36} // extern "C"
37#endif
38
39#endif // __TUYA_SVC_NETCFG_QRCODE_H__