Class to hold the device handle, block size, and total blocks in a single place. This sends a ReadCapacity(10) command to the device to collect the values; to avoid sending the command, override the defaults in the constructor.
Destructor to close the open device.
Execute the native SGIO call on the device.
See Implementation
Class to hold the device handle, block size, and total blocks in a single place. This sends a ReadCapacity(10) command to the device to collect the values; to avoid sending the command, override the defaults in the constructor.