Embedded TCP/IP stack
4.7.0
|
FNET ROM file-system node.
The node represents a file or a directory.
More...
Data Fields | |
const fnet_char_t * | name |
Name of a file or directory (null-terminated string). More... | |
const fnet_uint8_t * | data |
Pointer to a file-content buffer. For a directory this field must be set to 0 . More... | |
fnet_size_t | data_size |
Size of the file buffer pointed to by the data field. For a directory this field must be set to 0 . More... | |
const struct fnet_fs_rom_node * | parent_node |
Pointer to the parent directory. For the root directory this field must be set to 0 . More... | |
FNET ROM file-system node.
The node represents a file or a directory.
Definition at line 106 of file fnet_fs_rom.h.