Public Member Type Definitions | |
---|---|
typedef | TPckgBuf< TVolFormatParam_FAT > TVolFormatParam_FATBuf |
Public Attributes | |
---|---|
const TUint64 | KMaxSupportedFatFileSize |
Public Member Enumerations | |
---|---|
enum | TFatSubType { EInvalid, ENotSpecified, EFat12, EFat16, EFat32 } |
typedef TPckgBuf< TVolFormatParam_FAT > | TVolFormatParam_FATBuf |
TVolFormatParam_FAT package buffer to be passed to RFormat::Open().
See also: TVolFormatParam_FAT RFormat::Open()
const TUint64 | KMaxSupportedFatFileSize |
theoretical maximum file size supported by all FAT filesystems (4GB-1)
Numeric representation of FAT file system sub types
Enumerator | Value | Description |
---|---|---|
EInvalid | 0 | invalid terminal value |
ENotSpecified | 0 | not specified |
EFat12 | 12 | corresponds to FAT12 |
EFat16 | 16 | corresponds to FAT16 |
EFat32 | 32 | corresponds to FAT32 |