Nut/OS  4.10.3
API Reference
_dirdesc Struct Reference

Internally used directory information structure. More...

#include <dirent.h>

Collaboration diagram for _dirdesc:

Data Fields

NUTFILEdd_fd
 File descriptor associated with directory.
char * dd_buf
 Data buffer.
size_t dd_len
 Size of data buffer.

Detailed Description

Internally used directory information structure.

Applications should ignore its contents.

Definition at line 132 of file dirent.h.


Field Documentation

File descriptor associated with directory.

Definition at line 133 of file dirent.h.

Referenced by closedir(), PhatDirRead(), and readdir().

Data buffer.

Definition at line 134 of file dirent.h.

Referenced by closedir(), opendir(), PhatDirRead(), and readdir().

Size of data buffer.

Definition at line 135 of file dirent.h.

Referenced by opendir().


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