| Embedded Wireless Framework
    | 
Functions to use the modem's User File System (UFS) More...
| Functions | |
| ewf_result | ewf_adapter_quectel_common_ufs_start (ewf_adapter *adapter_ptr) | 
| ewf_result | ewf_adapter_quectel_common_ufs_stop (ewf_adapter *adapter_ptr) | 
| ewf_result | ewf_adapter_quectel_common_ufs_urc_callback (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t buffer_length) | 
| ewf_result | ewf_adapter_quectel_common_ufs_list (ewf_adapter *adapter_ptr) | 
| List the files in the user file system.  More... | |
| ewf_result | ewf_adapter_quectel_common_ufs_delete (ewf_adapter *adapter_ptr, const char *filename_str) | 
| Delete a file from the user file system.  More... | |
| ewf_result | ewf_adapter_quectel_common_ufs_upload (ewf_adapter *adapter_ptr, const char *filename_str, const uint8_t *buffer_ptr, uint32_t buffer_length) | 
| Upload a file to the user file system.  More... | |
Functions to use the modem's User File System (UFS)
*** group_adapter_quectel_common_context
| ewf_result ewf_adapter_quectel_common_ufs_delete | ( | ewf_adapter * | adapter_ptr, | 
| const char * | filename_str | ||
| ) | 
Delete a file from the user file system.
| filename_str | the file name of the file to be deleted. | 
| ewf_result ewf_adapter_quectel_common_ufs_list | ( | ewf_adapter * | adapter_ptr | ) | 
List the files in the user file system.
| ewf_result ewf_adapter_quectel_common_ufs_upload | ( | ewf_adapter * | adapter_ptr, | 
| const char * | filename_str, | ||
| const uint8_t * | buffer_ptr, | ||
| uint32_t | buffer_length | ||
| ) | 
Upload a file to the user file system.
| filename_str | the file name where the data will be uploaded. | 
| buffer_ptr | a pointer to a buffer with data to upload to the file system. | 
| buffer_length | the size of the data pointed by the buffer. |