Contents

CommandCompleted

Method subclass calls to complete a SCSITask.

Declaration

void CommandCompleted (
 SCSITaskIdentifierrequest, 
 SCSIServiceResponseserviceResponse, 
 SCSITaskStatustaskStatus );

Parameters

  • request:

    A valid SCSITaskIdentifier indicating the request to complete.

  • serviceResponse:

    A valid SCSIServiceResponse value.

  • taskStatus:

    A valid SCSITaskStatus value.

Overview

Subclasses will call this inherited method when the command executed by SendSCSICommand has completed.

See Also

Miscellaneous