C# 클래스 FAT32.DiskInterface

상속: fatlib
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
ReadSector ( uint sector, byte buffer ) : bool
WriteSector ( uint sector, byte buffer ) : bool

메소드 상세

ReadSector() 공개 추상적인 메소드

public abstract ReadSector ( uint sector, byte buffer ) : bool
sector uint
buffer byte
리턴 bool

WriteSector() 공개 추상적인 메소드

public abstract WriteSector ( uint sector, byte buffer ) : bool
sector uint
buffer byte
리턴 bool