A B C D E F G H I K L M O P Q R S T U V W

W

waitConnectionEstablished() - Method in class ioio.lib.impl.IncomingState
 
waitDisconnect() - Method in class ioio.lib.impl.IncomingState
 
waitForConnect() - Method in interface ioio.lib.api.IOIO
Establishes connection with the IOIO board.
waitForConnect() - Method in interface ioio.lib.api.IOIOConnection
 
waitForConnect() - Method in class ioio.lib.impl.IOIOImpl
 
waitForConnect() - Method in class ioio.lib.impl.SocketIOIOConnection
 
waitForDisconnect() - Method in interface ioio.lib.api.IOIO
Blocks until IOIO has been disconnected and all connection-related resources have been freed, so that a new connection can be attempted.
waitForDisconnect() - Method in class ioio.lib.impl.IOIOImpl
 
waitForInterfaceSupport() - Method in class ioio.lib.impl.IncomingState
 
waitForValue(boolean) - Method in interface ioio.lib.api.DigitalInput
Block until a desired logical level is sensed.
waitForValue(boolean) - Method in class ioio.lib.impl.DigitalInputImpl
 
waitPulseGetDuration() - Method in interface ioio.lib.api.PulseInput
Reads a single measurement from the queue.
waitPulseGetDuration() - Method in class ioio.lib.impl.IncapImpl
 
waitReady() - Method in interface ioio.lib.api.SpiMaster.Result
Wait until the asynchronous call which returned this instance is complete.
waitReady() - Method in interface ioio.lib.api.TwiMaster.Result
Wait until the asynchronous call which returned this instance is complete.
waitReady() - Method in class ioio.lib.impl.SpiMasterImpl.SpiResult
 
waitVisiResult() - Method in interface ioio.lib.api.IcspMaster
Wait and return a result of a call to IcspMaster.readVisi().
waitVisiResult() - Method in class ioio.lib.impl.IcspMasterImpl
 
write(boolean) - Method in interface ioio.lib.api.DigitalOutput
Set the output of the pin.
write(boolean) - Method in class ioio.lib.impl.DigitalOutputImpl
 
write(int) - Method in class ioio.lib.impl.FlowControlledOutputStream
 
write(FlowControlledPacketSender.Packet) - Method in class ioio.lib.impl.FlowControlledPacketSender
 
write(byte[], int) - Method in class ioio.lib.impl.QueueInputStream
 
writeRead(int, byte[], int, int, byte[], int) - Method in interface ioio.lib.api.SpiMaster
Perform a single SPI transaction which includes optional transmission and optional reception of data to a single slave.
writeRead(byte[], int, int, byte[], int) - Method in interface ioio.lib.api.SpiMaster
Shorthand for SpiMaster.writeRead(int, byte[], int, int, byte[], int) for the single-slave case.
writeRead(int, boolean, byte[], int, byte[], int) - Method in interface ioio.lib.api.TwiMaster
Perform a single TWI transaction which includes optional transmission and optional reception of data to a single slave.
writeRead(int, byte[], int, int, byte[], int) - Method in class ioio.lib.impl.SpiMasterImpl
 
writeRead(byte[], int, int, byte[], int) - Method in class ioio.lib.impl.SpiMasterImpl
 
writeRead(int, boolean, byte[], int, byte[], int) - Method in class ioio.lib.impl.TwiMasterImpl
 
writeReadAsync(int, byte[], int, int, byte[], int) - Method in interface ioio.lib.api.SpiMaster
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.
writeReadAsync(int, boolean, byte[], int, byte[], int) - Method in interface ioio.lib.api.TwiMaster
Asynchronous version of TwiMaster.writeRead(int, boolean, byte[], int, byte[], int).
writeReadAsync(int, byte[], int, int, byte[], int) - Method in class ioio.lib.impl.SpiMasterImpl
 
writeReadAsync(int, boolean, byte[], int, byte[], int) - Method in class ioio.lib.impl.TwiMasterImpl
 

A B C D E F G H I K L M O P Q R S T U V W