C# 클래스 FAT32.sector_buffer

상속: fatlib
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
address uint
dirty bool
next sector_buffer
sector byte[]

프로퍼티 상세

address 공개적으로 프로퍼티

public uint address
리턴 uint

dirty 공개적으로 프로퍼티

public bool dirty
리턴 bool

next 공개적으로 프로퍼티

public sector_buffer,FAT32 next
리턴 sector_buffer

sector 공개적으로 프로퍼티

public byte[] sector
리턴 byte[]