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.
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.