TDiskController

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TDiskController = class(TListObject)


Function declarations



[Expand]
constructor TDiskController.Create(ADriver:TFileSysDriver);
Description: To be documented


[Expand]
destructor TDiskController.Destroy;
Description: To be documented


[Expand]
function TDiskController.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TDiskController.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TDiskController.GetName:String;
Description: To be documented


[Expand]
function TDiskController.GetDescription:String;
Description: To be documented


[Expand]
function TDiskController.GetFixedDiskCount:Integer;
Description: To be documented


[Expand]
function TDiskController.GetFloppyDiskCount:Integer;
Description: To be documented


[Expand]
function TDiskController.LCHStoLBA(ADevice:TDiskDevice; Cylinder,Head,Sector:Word; var LBA:LongWord):Boolean;
Description: To be documented


[Expand]
function TDiskController.PCHStoLBA(ADevice:TDiskDevice; Cylinder,Head,Sector:LongWord; var LBA:LongWord):Boolean;
Description: To be documented


[Expand]
function TDiskController.LBAtoLCHS(ADevice:TDiskDevice; LBA:LongWord; var Cylinder,Head,Sector:Word):Boolean;
Description: To be documented


[Expand]
function TDiskController.LBAtoPCHS(ADevice:TDiskDevice; LBA:LongWord; var Cylinder,Head,Sector:LongWord):Boolean;
Description: To be documented


[Expand]
function TDiskController.LCHStoPCHS(ADevice:TDiskDevice; LCylinder,LHead,LSector:Word; var PCylinder,PHead,PSector:LongWord):Boolean;
Description: To be documented


[Expand]
function TDiskController.PCHStoLCHS(ADevice:TDiskDevice; PCylinder,PHead,PSector:LongWord; var LCylinder,LHead,LSector:Word):Boolean;
Description: To be documented


[Expand]
function TDiskController.ReaderLock:Boolean;
Description: To be documented


[Expand]
function TDiskController.ReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TDiskController.ReaderConvert:Boolean;
Description: Convert a Reader lock to a Writer lock


[Expand]
function TDiskController.WriterLock:Boolean;
Description: To be documented


[Expand]
function TDiskController.WriterUnlock:Boolean;
Description: To be documented


[Expand]
function TDiskController.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock


[Expand]
function TDiskController.ControllerInit:Boolean;
Description: To be documented


[Expand]
function TDiskController.LocateDevices:Boolean;
Description: To be documented


[Expand]
function TDiskController.Read(ADevice:TDiskDevice; ASector:LongWord; ACount:Word; var ABuffer):Boolean;
Description: To be documented


[Expand]
function TDiskController.Write(ADevice:TDiskDevice; ASector:LongWord; ACount:Word; const ABuffer):Boolean;
Description: To be documented


[Expand]
function TDiskController.Erase(ADevice:TDiskDevice; ASector:LongWord; ACount:Word):Boolean;
Description: To be documented


[Expand]
function TDiskController.Reset(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.LockMedia(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.UnlockMedia(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.EjectMedia(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.MediaReady(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.MediaChanged(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.MediaLocked(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Information(ADevice:TDiskDevice):String;
Description: To be documented


[Expand]
function TDiskController.VendorId(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.DeviceId(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.Manufacturer(ADevice:TDiskDevice):String;
Description: To be documented


[Expand]
function TDiskController.Product(ADevice:TDiskDevice):String;
Description: To be documented


[Expand]
function TDiskController.SerialNumber(ADevice:TDiskDevice):String;
Description: To be documented


[Expand]
function TDiskController.HostBus(ADevice:TDiskDevice):String;
Description: To be documented


[Expand]
function TDiskController.BusNumber(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.DeviceNumber(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.FunctionNumber(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.BaseAddress(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.InterfaceType(ADevice:TDiskDevice):String;
Description: To be documented


[Expand]
function TDiskController.Slave(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.LogicalUnitNo(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.FireWireGUID(ADevice:TDiskDevice):Int64;
Description: To be documented


[Expand]
function TDiskController.WorldWideNo(ADevice:TDiskDevice):Int64;
Description: To be documented


[Expand]
function TDiskController.PhysicalPort(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.ControlPort(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.IRQ(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.PIO(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.DMA(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.LBA(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Version(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.MediaType(ADevice:TDiskDevice):TMediaType;
Description: To be documented


[Expand]
function TDiskController.FloppyType(ADevice:TDiskDevice):TFloppyType;
Description: To be documented


[Expand]
function TDiskController.Ready(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Locked(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Lockable(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Ejectable(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Readable(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Writeable(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Eraseable(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.Removable(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.ChangeLine(ADevice:TDiskDevice):Boolean;
Description: To be documented


[Expand]
function TDiskController.PhysicalCylinders(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.PhysicalHeads(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.PhysicalSectors(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.LogicalCylinders(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.LogicalHeads(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.LogicalSectors(ADevice:TDiskDevice):LongWord;
Description: To be documented


[Expand]
function TDiskController.SectorSize(ADevice:TDiskDevice):Word;
Description: To be documented


[Expand]
function TDiskController.SectorCount(ADevice:TDiskDevice):Int64;
Description: To be documented


[Expand]
function TDiskController.SectorShiftCount(ADevice:TDiskDevice):Word;
Description: To be documented


Return to Unit Reference