add function:upload and download device file ,modify interface function fix memleak

This commit is contained in:
lnk
2026-03-12 15:28:17 +08:00
parent d1ed49412c
commit 0acc58bbe1
8 changed files with 980 additions and 202 deletions

View File

@@ -171,6 +171,21 @@ typedef struct {
bool get_xml_config_by_dev_type(const char* dev_type, XmlConfigC* out_cfg);
//////////////////////////////////////////////////////////////////////////////////////文件控制请求参数
typedef struct file_dir_req_t
{
struct file_dir_req_t *next;
struct file_dir_req_t *prev;
char guid[128];
char frontid[128];
int processNo;
char devid[128];
int type;
char path[256];
time_t create_time;
} file_dir_req_t;
#ifdef __cplusplus
}
#endif