FileSystem_FAT

Public Member Type Definitions
typedef TPckgBuf< TVolFormatParam_FAT > TVolFormatParam_FATBuf
Public Attributes
const TUint64KMaxSupportedFatFileSize
Public Member Enumerations
enumTFatSubType { EInvalid, ENotSpecified, EFat12, EFat16, EFat32 }

Member Type Definition Documentation

Typedef TVolFormatParam_FATBuf

typedef TPckgBuf< TVolFormatParam_FAT >TVolFormatParam_FATBuf

TVolFormatParam_FAT package buffer to be passed to RFormat::Open().

See also: TVolFormatParam_FAT RFormat::Open()

Member Attribute Documentation

KMaxSupportedFatFileSize

const TUint64KMaxSupportedFatFileSize

theoretical maximum file size supported by all FAT filesystems (4GB-1)

Member Enumeration Documentation

Enum TFatSubType

Numeric representation of FAT file system sub types

EnumeratorValueDescription
EInvalid0invalid terminal value
ENotSpecified0not specified
EFat1212corresponds to FAT12
EFat1616corresponds to FAT16
EFat3232corresponds to FAT32

Member Class/Struct/Union/Namespaces