Uses of Interface
ioio.lib.api.SpiMaster.Result

Packages that use SpiMaster.Result
ioio.lib.api   
 

Uses of SpiMaster.Result in ioio.lib.api
 

Methods in ioio.lib.api that return SpiMaster.Result
 SpiMaster.Result SpiMaster.writeReadAsync(int slave, byte[] writeData, int writeSize, int totalSize, byte[] readData, int readSize)
          The same as SpiMaster.writeRead(int, byte[], int, int, byte[], int), but returns immediately and returns a SpiMaster.Result object that can be waited on.