Package org.jscsi.target.scsi.inquiry

Examples of org.jscsi.target.scsi.inquiry.PageCode


        // EVPD
        enableVitalProductData = BitManip.getBit(buffer.get(1),// byte
                0);// bit number

        // page code
        pageCode = new PageCode(buffer.get(2));

        // allocation length
        allocationLength = ReadWrite.readTwoByteInt(buffer, 3);

        final VitalProductDataPageName vpdpn = pageCode.getVitalProductDataPageName();
View Full Code Here

TOP

Related Classes of org.jscsi.target.scsi.inquiry.PageCode

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.