8#ifndef H_MCUMGR_FS_MGMT_CALLBACKS_
9#define H_MCUMGR_FS_MGMT_CALLBACKS_
fs_mgmt_file_access_types
The type of operation that is being requested for a given file access callback.
Definition fs_mgmt_callbacks.h:23
@ FS_MGMT_FILE_ACCESS_WRITE
Access to write file (file download).
Definition fs_mgmt_callbacks.h:28
@ FS_MGMT_FILE_ACCESS_READ
Access to read file (file upload).
Definition fs_mgmt_callbacks.h:25
@ FS_MGMT_FILE_ACCESS_HASH_CHECKSUM
Access to calculate hash or checksum of file.
Definition fs_mgmt_callbacks.h:34
@ FS_MGMT_FILE_ACCESS_STATUS
Access to get status of file.
Definition fs_mgmt_callbacks.h:31
Structure provided in the MGMT_EVT_OP_FS_MGMT_FILE_ACCESS notification callback: This callback functi...
Definition fs_mgmt_callbacks.h:43
char * filename
Path and filename of file be accesses, note that this can be changed by handlers to redirect file acc...
Definition fs_mgmt_callbacks.h:52
enum fs_mgmt_file_access_types access
Specifies the type of the operation that is being requested.
Definition fs_mgmt_callbacks.h:45