Package org.jscsi.scsi.protocol.inquiry.vpd

Examples of org.jscsi.scsi.protocol.inquiry.vpd.SupportedVPDPages


      this.populateSupportedVPDPages();
   }

   protected void populateSupportedVPDPages()
   {
      SupportedVPDPages supportedPages = new SupportedVPDPages(0, 0);
      supportedPages.addSupportedCode(0x00);
      supportedPages.addSupportedCode(0x83);
   }
View Full Code Here

TOP

Related Classes of org.jscsi.scsi.protocol.inquiry.vpd.SupportedVPDPages

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.