Embedded TCP/IP stack  4.7.0
fnet_fs_rom_node Struct Reference

FNET ROM file-system node.
The node represents a file or a directory. More...

Data Fields

const fnet_char_tname
 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_nodeparent_node
 Pointer to the parent directory.
For the root directory this field must be set to 0. More...
 

Detailed Description

FNET ROM file-system node.
The node represents a file or a directory.

See also
fnet_fs_readdir()

Definition at line 106 of file fnet_fs_rom.h.


The documentation for this struct was generated from the following file:

© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net