FakeSCSIDevice.this

Construct a FakeSCSIDevice where the ioctl will return the arg buffers.

class FakeSCSIDevice
this
(
ubyte[] dataout_buf = null
,
ubyte[] datain_buf = null
,
ubyte[] sense_buf = null
)

Parameters

dataout_buf ubyte[]

Pseudo-dataout buffer

datain_buf ubyte[]

Pseudo-datain buffer

sense_buf ubyte[]

Pseudo-sense buffer

Meta