Package org.jscsi.target.scsi.modeSense

Examples of org.jscsi.target.scsi.modeSense.CachingModePage


        0,// intervalTimer
        0);// reportCount
    }

    private static final CachingModePage getCachingModePage () {
        return new CachingModePage(false,// parametersSaveable
        false,// initiatorControl
        true,// abortPrefetch
        false,// cachingAnalysisPermitted
        false,// discontinuity
        true,// sizeEnable
View Full Code Here

TOP

Related Classes of org.jscsi.target.scsi.modeSense.CachingModePage

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.