|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpiMaster.Result | |
---|---|
ioio.lib.api | |
ioio.lib.impl |
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. |
Uses of SpiMaster.Result in ioio.lib.impl |
---|
Classes in ioio.lib.impl that implement SpiMaster.Result | |
---|---|
class |
SpiMasterImpl.SpiResult
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |