View Javadoc

1   package org.jscsi.target.scsi.sense.information;
2   
3   
4   import org.jscsi.target.scsi.ISerializable;
5   
6   
7   /**
8    * The contents of the INFORMATION field are device-type or command specific and are defined in a command standard.
9    * <p>
10   * All INFORMATION fields used by the jSCSI Target do not contain any information.
11   * 
12   * @author Andreas Ergenzinger
13   */
14  public abstract class Information implements ISerializable {
15  
16  }