Contents

GetDataTransferDirection

Accessor method to retrieve the data transfer direction associated with the specified request.

Declaration

UInt8 GetDataTransferDirection (
 SCSITaskIdentifierrequest );

Parameters

  • request:

    A valid SCSITaskIdentifier.

Return Value

The data transfer direction (e.g. kSCSIDataTransfer_NoDataTransfer).

Overview

Accessor method to retrieve the data transfer direction associated with the specified request.

See Also

Miscellaneous