SCSIDevice

Undocumented in source.

Constructors

this
this(string device)

SCSIDevice ctor opens a device that can talk scsi. This class constructs for any valid file, including devices which cannot accept scsi ioctls. If a fail-fast constructor is preferred, use SCSIDeviceBS since it sends a ReadCapacity in the constructor.

Destructor

~this
~this()

Destructor to close the open device.

Members

Functions

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

Execute the native SGIO call on the device.

Meta