Contents

GetCommandDescriptorBlockSize

Accessor method to retrieve the Command Descriptor Block size associated with the specified request.

Declaration

UInt8 GetCommandDescriptorBlockSize (
 SCSITaskIdentifierrequest );

Parameters

  • request:

    A valid SCSITaskIdentifier.

Return Value

A valid CDB size (e.g. 6, 10, 12, or 16 bytes).

Overview

Accessor method to retrieve the Command Descriptor Block size associated with the specified request.

See Also

Miscellaneous