Contents

ProcessCompletedTask

Internal method called to process completed SCSITasks.

Declaration

void ProcessCompletedTask (
 SCSITaskIdentifierrequest, 
 SCSIServiceResponseserviceResponse, 
 SCSITaskStatustaskStatus );

Parameters

  • request:

    A valid SCSITaskIdentifier.

  • serviceResponse:

    A valid SCSIServiceResponse value.

  • taskStatus:

    A valid SCSITaskStatus value.

Overview

Internal method called to process completed SCSITasks. This method determines if a CHECK_CONDITION has occurred and if sense data was requested and autosense data is not present. If so, it will change the execution mode of the SCSITask and request sense data on behalf of the caller.

See Also

Miscellaneous