Contents

GetLogicalUnitNumber

Accessor method to retrieve the logical unit number associated with the specified request.

Declaration

UInt8 GetLogicalUnitNumber (
 SCSITaskIdentifierrequest );

Parameters

  • request:

    A valid SCSITaskIdentifier.

Return Value

A valid single-byte LUN value.

Overview

Accessor method to retrieve the logical unit number associated with the specified request. NOTE: This method is deprecated in favor of GetLogicalUnitBytes().

See Also

Miscellaneous