★ PROGRAMMER'S GUIDE ★ File system libraryList | Title | Function | Function Name | No |
fid | : File identifier |
off | : Offset (sector unit) |
bsize | : Upper limit of the number of data to be read (unit: bytes) |
List | Title | Function | Function Name | No |
gfs | : File handle |
nsct | : Number of sectors to read |
bsize | : Upper limit of the number of data to be read (unit: bytes) |
・ At the time of GFS_TMODE_SCU | :No limit |
・ At other times | : Place on 4-byte boundary |
★ PROGRAMMER'S GUIDE ★ File system library