Unit AspiAnwendung

Classes

Functions

GetDiskDeviceInfos -
StartStopUnit - Length of SCSI-command

Types

DiskDevices
PDiskDevices

Constants

Variables

DiskDrives


Functions


function GetDiskDeviceInfos(Protokoll:TStrings):boolean;


function StartStopUnit(Start:boolean;P:PDiskDevices):boolean;

Length of SCSI-command

Types


DiskDevices = record
HA : word;
ID : word;
LUN : word;
Name : string;
end;

PDiskDevices=^DiskDevices
Bodyfunctions of Program MotorAus. Demonstrates usage of Wnaspi32 Drives collected in DiskDrives (TList-Object) are accessible. feel free to take this as example for your ASPI-app.

Constants


Variables

DiskDrives : TList