SCSIDevice.sgio_execute

Execute the native SGIO call on the device.

class SCSIDevice
void
sgio_execute
(
ubyte[] cdb_buf
,
ubyte[] dataout_buf
,
ubyte[] datain_buf
,
ubyte[] sense_buf
)

Throws

IoctlFailException when the ioctl fails. SCSICheckConditionException when we have sense information.

Meta