libsbp
v2.4.7
|
#include "common.h"
Go to the source code of this file.
Data Structures | |
struct | msg_fileio_read_req_t |
struct | msg_fileio_read_resp_t |
struct | msg_fileio_read_dir_req_t |
struct | msg_fileio_read_dir_resp_t |
struct | msg_fileio_remove_t |
struct | msg_fileio_write_req_t |
struct | msg_fileio_write_resp_t |
Macros | |
#define | SBP_MSG_FILEIO_READ_REQ 0x00A8 |
Read file from the file system (host => device) More... | |
#define | SBP_MSG_FILEIO_READ_RESP 0x00A3 |
File read from the file system (host <= device) More... | |
#define | SBP_MSG_FILEIO_READ_DIR_REQ 0x00A9 |
List files in a directory (host => device) More... | |
#define | SBP_MSG_FILEIO_READ_DIR_RESP 0x00AA |
Files listed in a directory (host <= device) More... | |
#define | SBP_MSG_FILEIO_REMOVE 0x00AC |
Delete a file from the file system (host => device) More... | |
#define | SBP_MSG_FILEIO_WRITE_REQ 0x00AD |
Write to file (host => device) More... | |
#define | SBP_MSG_FILEIO_WRITE_RESP 0x00AB |
File written to (host <= device) More... | |