C# Class FAT32.fatfs

Inheritance: fatlib
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
FAT32_GET_32BIT_WORD ( sector_buffer pbuf, int location ) : int
FAT32_SET_32BIT_WORD ( sector_buffer pbuf, int location, int value ) : void

Private Methods

Méthode Description
fatfs_add_file_entry ( uint dirCluster, string filename, string shortfilename, uint startCluster, uint size, int dir ) : bool
fatfs_add_free_space ( uint &startCluster ) : bool
fatfs_allocate_free_space ( int newFile, uint &startCluster, uint size ) : bool
fatfs_fat_purge ( fatfs fs ) : bool
fatfs_fat_read_sector ( fatfs fs, uint sector ) : sector_buffer
fatfs_find_blank_cluster ( fatfs fs, uint start_cluster, uint free_cluster ) : int
fatfs_find_free_dir_offset ( uint dirCluster, int entryCount, uint &pSector, byte &pOffset ) : int
fatfs_find_next_cluster ( fatfs fs, uint current_cluster ) : uint
fatfs_set_fs_info_next_free_cluster ( uint newValue ) : void

Method Details

FAT32_GET_32BIT_WORD() public static méthode

public static FAT32_GET_32BIT_WORD ( sector_buffer pbuf, int location ) : int
pbuf sector_buffer
location int
Résultat int

FAT32_SET_32BIT_WORD() public static méthode

public static FAT32_SET_32BIT_WORD ( sector_buffer pbuf, int location, int value ) : void
pbuf sector_buffer
location int
value int
Résultat void