Contents

SetRealizedDataTransferCount

Accessor method to set the realized (actual) data transfer count associated with the specified request.

Declaration

bool SetRealizedDataTransferCount (
 SCSITaskIdentifierrequest, 
 UInt64newRealizedDataCount );

Parameters

  • request:

    A valid SCSITaskIdentifier.

  • newRealizedDataCount:

    The realized (actual) data count transferred.

Return Value

True on success, otherwise false.

Overview

Accessor method to set the realized (actual) data transfer count associated with the specified request.

See Also

Miscellaneous