Package org.jnode.driver.bus.scsi.cdb.spc

Examples of org.jnode.driver.bus.scsi.cdb.spc.CDBTestUnitReady


            return 0;
        }

        protected final void testUnit() throws SCSIException, TimeoutException, InterruptedException {
            log.info("*** Test unit ready ***");
            int res = this.executeCommand(new CDBTestUnitReady(), null, 0, 50000);
            log.debug("*** result : 0x" + NumberUtils.hex(res) + " ***");
        }
View Full Code Here

TOP

Related Classes of org.jnode.driver.bus.scsi.cdb.spc.CDBTestUnitReady

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.