SCSICommand.this

The constructor will allocate sense, dataout, and datain buffers as necessary

class SCSICommand
this

Parameters

dev SCSIDevice

The device to send the SCSI command.

opcode ubyte

Opcode used to determine cdb buffer length.

dataout_alloclen int

Byte length used for allocation of the dataout buffer.

datain_alloclen int

Byte length used for allocation of the datain buffer.

Meta