C# Class FAT32.sector_buffer

Inheritance: fatlib
Mostra file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
address uint
dirty bool
next sector_buffer
sector byte[]

Property Details

address public_oe property

public uint address
return uint

dirty public_oe property

public bool dirty
return bool

next public_oe property

public sector_buffer,FAT32 next
return sector_buffer

sector public_oe property

public byte[] sector
return byte[]