Contents

ExecuteCommand

Called to send a SCSITask and transport it across the physical wire(s) to the device.

Declaration

virtual void ExecuteCommand (
 SCSITaskIdentifierrequest ) = 0;

Parameters

  • request:

    A valid SCSITaskIdentifier representing the task to transport across the wire(s).

Overview

Called to send a SCSITask and transport it across the physical wire(s) to the device. Subclasses internal to IOSCSIArchitectureModelFamily will need to override this method. Third party subclasses should not need to override this method.

See Also

Miscellaneous