DIR Struct Reference
[Special Functions.]

Collaboration diagram for DIR:

Collaboration graph
[legend]

Detailed Description

Internally used directory information structure.

Applications should ignore its contents.

Definition at line 128 of file dirent.h.


Data Fields

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

Field Documentation

NUTFILE* DIR::dd_fd

File descriptor associated with directory.

Definition at line 129 of file dirent.h.

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

char* DIR::dd_buf

Data buffer.

Definition at line 130 of file dirent.h.

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

size_t DIR::dd_len

Size of data buffer.

Definition at line 131 of file dirent.h.

Referenced by opendir().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/