Contents

AbortTask

Aborts a task based on the Logical Unit and tagged task identifier.

Declaration

virtual SCSIServiceResponse AbortTask (
 UInt8theLogicalUnit,
 SCSITaggedTaskIdentifiertheTag ) = 0;

Parameters

  • theLogicalUnit:

    This value should be zero unless the device driver is more complex and managing multiple Logical Units.

  • theTag:

    A valid SCSITaggedTaskIdentifier representing an outstanding SCSITask.

Return Value

A valid SCSIServiceResponse code.

Overview

Aborts a task based on the Logical Unit and tagged task identifier. Subclasses must override this method. Third party subclasses should not need to override this method.

See Also

Miscellaneous