Read10.this

class Read10
this
(,
uint lba
,,
ubyte group_num = 0
,
ubyte rdprotect = 0
,
ubyte dpo = 0
,
ubyte fua = 0
,
ubyte rarc = 0
)

Parameters

dev SCSIDeviceBS

Device to send the scsi command

lba uint

Starting LBA of the read

transfer_length ushort

Number of blocks to read

group_num ubyte
rdprotect ubyte

Read protection information

dpo ubyte

Disable page out bit

fua ubyte

Force unit access

rarc ubyte

Rebuild assist recovery control

Meta