_FSFRAM_FILE_INFO Struct Reference

#include <fsfram.h>


Detailed Description

FILE structure. Each file that is opened is assigned a FILE structure by the File System.


Data Fields

SWORD_VAL address
BYTE flags
WORD_VAL length
WORD_VAL nMaxLen
FSFRAM_FILE_POS offset


Field Documentation

SWORD_VAL _FSFRAM_FILE_INFO::address

The absolute address of the start of this file

BYTE _FSFRAM_FILE_INFO::flags

Flags indicating current status of this file handle. Masked with FSFRAMFLAG_XX defines

WORD_VAL _FSFRAM_FILE_INFO::length

The file length.

WORD_VAL _FSFRAM_FILE_INFO::nMaxLen

FSFRAM_FILE_POS _FSFRAM_FILE_INFO::offset

The current offset from the start of the file. Is incremented after each read and write. This value will always point to the next byte that is to be read or written.


The documentation for this struct was generated from the following file:
Generated on Thu Jul 5 21:26:34 2007 for SBC65EC Web Server by  doxygen 1.5.2