Contents

TargetReset

Resets the target device.

Declaration

virtual SCSIServiceResponse TargetReset (
 void ) = 0;

Return Value

A valid SCSIServiceResponse code.

Overview

Resets the target device. Subclasses must override this method. Third party subclasses should not need to override this method.

See Also

Miscellaneous