ioio.lib.impl
Class SpiMasterImpl.SpiResult

java.lang.Object
  extended by ioio.lib.impl.SpiMasterImpl.SpiResult
All Implemented Interfaces:
SpiMaster.Result
Enclosing class:
SpiMasterImpl

public class SpiMasterImpl.SpiResult
extends java.lang.Object
implements SpiMaster.Result


Method Summary
 void waitReady()
          Wait until the asynchronous call which returned this instance is complete.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

waitReady

public void waitReady()
               throws ConnectionLostException,
                      java.lang.InterruptedException
Description copied from interface: SpiMaster.Result
Wait until the asynchronous call which returned this instance is complete.

Specified by:
waitReady in interface SpiMaster.Result
Throws:
ConnectionLostException - Connection with the IOIO has been lost.
java.lang.InterruptedException - This operation has been interrupted.