ioio.lib.api
Interface SpiMaster.Result

Enclosing interface:
SpiMaster

public static interface SpiMaster.Result

An object that can be waited on for asynchronous calls.


Method Summary
 void waitReady()
          Wait until the asynchronous call which returned this instance is complete.
 

Method Detail

waitReady

void waitReady()
               throws ConnectionLostException,
                      java.lang.InterruptedException
Wait until the asynchronous call which returned this instance is complete.

Throws:
ConnectionLostException - Connection with the IOIO has been lost.
java.lang.InterruptedException - This operation has been interrupted.