TuyaOS
tuya_svc_online_log.h
浏览该文件的文档.
1
12#ifndef __TUYA_SVC_ONLINE_LOG_H__
13#define __TUYA_SVC_ONLINE_LOG_H__
14
15#include "tuya_cloud_types.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
27OPERATE_RET tuya_svc_online_log_init(const char *p_env);
28
35
42OPERATE_RET tuya_svc_online_log_upload_runstat(const char *p_log);
43
50OPERATE_RET tuya_svc_online_log_upload_realtime(const char *p_log);
51
52
59OPERATE_RET tuya_svc_online_log_upload_custom_seq_log(const char *p_log);
60
61#ifdef __cplusplus
62}
63#endif
64#endif
65
OPERATE_RET tuya_svc_online_log_upload_custom_seq_log(const char *p_log)
upload user sequnence log
OPERATE_RET tuya_svc_online_log_upload_runstat(const char *p_log)
upload user runtime status log
OPERATE_RET tuya_svc_online_log_upload_realtime(const char *p_log)
upload user realtime log
OPERATE_RET tuya_svc_online_log_init(const char *p_env)
online log module initialization
OPERATE_RET tuya_svc_online_log_active(VOID)
online log module activate