SCSIDevice.this

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.

class SCSIDevice
this
(
string device
)

Parameters

device string

Filesystem path of the device to open. This device must support scsi ioctls.

Throws

ConstructionException if there is an error in the ctor

Meta