Package 

Class CommandBlockWrapper

  • All Implemented Interfaces:

    
    public abstract class CommandBlockWrapper
    
                        

    This class represents the command block wrapper (CBW) which is always wrapped around a specific SCSI command in the SCSI transparent command set standard.

    Every SCSI command shall extend this class, call the constructor .CommandBlockWrapper with the desired information. When transmitting the command, the .serialize method has to be called!