Embedded TCP/IP stack
4.1.0
|
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_t * | d_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()
The documentation for this struct was generated from the following file:
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net