Zephyr API 3.6.99
|
File object representing an open file. More...
#include <fs_interface.h>
Data Fields | |
void * | filep |
Pointer to file object structure. | |
const struct fs_mount_t * | mp |
Pointer to mount point structure. | |
fs_mode_t | flags |
Open/create flags. | |
File object representing an open file.
The object needs to be initialized with fs_file_t_init().
void* fs_file_t::filep |
Pointer to file object structure.
fs_mode_t fs_file_t::flags |
Open/create flags.
const struct fs_mount_t* fs_file_t::mp |
Pointer to mount point structure.