Package 

Class ScsiRead10

  • All Implemented Interfaces:

    
    public final class ScsiRead10
    extends CommandBlockWrapper
                        

    SCSI command to read from the mass storage device. The 10 means that the transfer length is two byte and the logical block address field is four byte. Thus the hole command takes 10 byte when serialized.

    The actual data is transferred in the data phase.