Contents

LogicalUnitReset

Resets the specified Logical Unit.

Declaration

virtual SCSIServiceResponse LogicalUnitReset (
 UInt8theLogicalUnit ) = 0;

Parameters

  • theLogicalUnit:

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

Return Value

A valid SCSIServiceResponse code.

Overview

Resets the specified Logical Unit. Subclasses must override this method. Third party subclasses should not need to override this method.

See Also

Miscellaneous