Embedded TCP/IP stack: fnet_fs_dirent Struct Reference

FNET

fnet_fs_dirent Struct Reference

This structure is used by the fnet_fs_finfo() and the fnet_fs_readdir() function to get information about directory entries (files or directories). More...

Data Fields

fnet_uint32_t d_ino
 Entry serial number. More...
 
fnet_fs_d_type_t d_type
 Type of the entry defined by the fnet_fs_d_type_t. More...
 
const fnet_char_td_name
 Name of the entry (null-terminated string). More...
 
fnet_size_t d_size
 Size of the file entry.
If the entry is a directory this field is set to 0. More...
 

Detailed Description

This structure is used by the fnet_fs_finfo() and the fnet_fs_readdir() function to get information about directory entries (files or directories).

See also
fnet_fs_readdir(), fnet_fs_finfo()

Definition at line 195 of file fnet_fs.h.


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

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net