TUSBDiskController

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TUSBDiskController = class(TExtDiskController)


Function declarations



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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


Return to Unit Reference