|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
#include <types.h>
Data Fields | |
| struct infuse_rpc_rsp_header | header |
| uint8_t | total_files |
| Total files in the folder. | |
| uint8_t | contained_files |
| Number of files in this response. | |
| struct rpc_struct_filesystem_file_info | files [] |
| File information. | |
| uint8_t rpc_filesystem_ls_response::contained_files |
Number of files in this response.
| struct rpc_struct_filesystem_file_info rpc_filesystem_ls_response::files[] |
File information.
| struct infuse_rpc_rsp_header rpc_filesystem_ls_response::header |
| uint8_t rpc_filesystem_ls_response::total_files |
Total files in the folder.