Embedded TCP/IP stack
4.7.0
|
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... | |
This structure is used by the fnet_fs_finfo() and the fnet_fs_readdir() function to get information about directory entries (files or directories).