Nut/OS  5.0.5
API Reference
_dirdesc Struct Reference

Internally used directory information structure. More...

#include <dirent.h>

Collaboration diagram for _dirdesc:
[legend]

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.


Field Documentation

File descriptor associated with directory.

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

Data buffer.

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

Size of data buffer.

Referenced by opendir().


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