TuyaOS
include
components
svc_tuya_cloud
include
netcfg_qrcode
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
16
extern
"C"
{
17
#endif
18
24
OPERATE_RET tuya_svc_netcfg_qrcode_init(VOID);
25
33
OPERATE_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__
制作者
1.9.4