Write16.this

class Write16
this
(,
ubyte[] dataout
,
ulong lba
,,
ubyte group_num = 0
,
ubyte wrprotect = 0
,
ubyte dpo = 0
,
ubyte fua = 0
)

Parameters

dev SCSIDeviceBS

Device to send the scsi command

dataout ubyte[]

Data to write to the device

lba ulong

Starting LBA of the write

transfer_length uint

Number of blocks to write

group_num ubyte
wrprotect ubyte

Write protection information

dpo ubyte

Disable page out bit

fua ubyte

Force unit access

Meta