物联网操作系统AliOS Things 3.3
uvoice_mlist.h
浏览该文件的文档.
1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  *
4  */
5 
6 #ifndef __UVOICE_MLIST_H__
7 #define __UVOICE_MLIST_H__
8 
20 
27 
36 int mlist_source_get(int index, char *path, int len);
37 
44 int mlist_source_del(int index);
45 
52 int mlist_index_get(int *index);
53 
60 int mlist_index_set(int index);
61 
66 #endif /* __UVOICE_MLIST_H__ */
67 
int mlist_index_set(int index)
int mlist_source_get(int index, char *path, int len)
int mlist_source_show(void)
int mlist_source_scan(void)
int mlist_index_get(int *index)
int mlist_source_del(int index)