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

R

RAM_SIZE - Variable in class de.wagner_ibw.iow.i2c.PCF8570
Capacity of this RAM.
RC5 - class de.wagner_ibw.iow.rc5.RC5.
This is the implementation of the RC5 special mode function.
RC5() - Constructor for class de.wagner_ibw.iow.rc5.RC5
 
RC5Code - class de.wagner_ibw.iow.rc5.RC5Code.
This class represents a single RC5 code, received by an IOW 24.
RC5Code(int[]) - Constructor for class de.wagner_ibw.iow.rc5.RC5Code
 
RC5Event - class de.wagner_ibw.iow.rc5.RC5Event.
This class represents a single RC5 event, received by an IOW 24.
RC5Event(int[]) - Constructor for class de.wagner_ibw.iow.rc5.RC5Event
 
Rc5Example - class de.wagner_ibw.examples.Rc5Example.
This simple example prog checks the class RC5 and shows the scanned RC5 codes on the display.
Rc5Example() - Constructor for class de.wagner_ibw.examples.Rc5Example
 
RC5KeyChangeListener - interface de.wagner_ibw.iow.rc5.RC5KeyChangeListener.
This Interface contains the call back methods for the rc5 key change listener.
Rc5Test - class de.wagner_ibw.test.Rc5Test.
This simple test prog checks the class RC5 and shows the scanned RC5 codes on the display.
Rc5Test() - Constructor for class de.wagner_ibw.test.Rc5Test
 
read(int) - Method in class de.wagner_ibw.iow.spi.M95020
Reads Memory Array at the specified address.
read(int) - Method in class de.wagner_ibw.iow.spi.GenericSPIDevice
Reads values from device.
read(int) - Method in class de.wagner_ibw.iow.i2c.PCF8570
 
readI2C(int[], int) - Method in class de.wagner_ibw.iow.i2c.AbstractI2CDevice
Read operation from an i2c devices.
readIOPorts() - Method in class de.wagner_ibw.iow.Iow40
 
readIOPorts() - Method in class de.wagner_ibw.iow.Iow24
 
readIOPorts() - Method in class de.wagner_ibw.iow.AbstractIowDevcie
 
readIOPortsImmediate() - Method in class de.wagner_ibw.iow.Iow40
 
readIOPortsImmediate() - Method in class de.wagner_ibw.iow.Iow24
 
readIOPortsImmediate() - Method in class de.wagner_ibw.iow.AbstractIowDevcie
 
readPage(int, int) - Method in class de.wagner_ibw.iow.spi.M95020
Reads more than one value from the Memory array.
readPage(int, int) - Method in class de.wagner_ibw.iow.i2c.PCF8570
 
readReport(int) - Method in class de.wagner_ibw.iow.AbstractIowDevcie
Implementation for IowInterface method readReport.
readStatusReg() - Method in class de.wagner_ibw.iow.spi.M95020
Reads the eeprom's status register.
REG_CONFIG - Static variable in class de.wagner_ibw.iow.i2c.LM75
Constant for register pointer for 'Configuration' register (LM75 device specific constant).
REG_TEMP - Static variable in class de.wagner_ibw.iow.i2c.LM75
Constant for register pointer for 'Temperature' register (LM75 device specific constant).
REG_TEMP_HYST - Static variable in class de.wagner_ibw.iow.i2c.LM75
Constant for register pointer for 'THyst Set Point' register (LM75 device specific constant).
REG_TEMP_OS - Static variable in class de.wagner_ibw.iow.i2c.LM75
Constant for register pointer for 'TOS Set Point' register (LM75 device specific constant).
removeI2CDevice(I2CDevice) - Method in class de.wagner_ibw.iow.i2c.I2C
Removes i2c device implementation.
removeKeyChangeListener(RC5KeyChangeListener) - Method in class de.wagner_ibw.iow.rc5.RC5
 
removePortChangeListener(IowPortChangeListener) - Method in class de.wagner_ibw.iow.IowPort
Removes an IowPortChangeListener from the internal list.
removeSpecialModeFunctionImpl(SpecialModeFunction) - Method in class de.wagner_ibw.iow.AbstractIowDevcie
 
removeSPIDevice() - Method in class de.wagner_ibw.iow.spi.SPI
Removes the spi device implementation.
removeSwitchMatrixChangeListener(SwitchMatrixChangeListener) - Method in class de.wagner_ibw.iow.smx.SwitchMatrix
 
reportReceived(int[]) - Method in class de.wagner_ibw.iow.smx.SwitchMatrix
 
reportReceived(int[]) - Method in interface de.wagner_ibw.iow.spi.SPIDevice
Callback method is called when a matching report was received.
reportReceived(int[]) - Method in class de.wagner_ibw.iow.spi.SPI
 
reportReceived(int[]) - Method in class de.wagner_ibw.iow.spi.AbstractSPIDevice
 
reportReceived(int[]) - Method in class de.wagner_ibw.iow.lcd.LCDImpl
 
reportReceived(int[]) - Method in interface de.wagner_ibw.iow.SpecialModeFunction
Callback method is called when a matching report was received.
reportReceived(int[]) - Method in interface de.wagner_ibw.iow.i2c.I2CDevice
Callback method is called when a matching report was received.
reportReceived(int[]) - Method in class de.wagner_ibw.iow.i2c.I2C
 
reportReceived(int[]) - Method in class de.wagner_ibw.iow.i2c.AbstractI2CDevice
 
reportReceived(int[]) - Method in class de.wagner_ibw.iow.rc5.RC5
 
RFSwitch - class de.wagner_ibw.examples.RFSwitch.
 
RFSwitch() - Constructor for class de.wagner_ibw.examples.RFSwitch
Constructor for stand-alone operation.
RFSwitch(IowFactory) - Constructor for class de.wagner_ibw.examples.RFSwitch
Constructor for use as part of an application (independent thread).
run() - Method in class de.wagner_ibw.iow.AbstractIowDevcie
 
run() - Method in class de.wagner_ibw.iow.AbstractIowDevcie.SpecialModeReadThread
 
run() - Method in class de.wagner_ibw.examples.SwitchMatrixExample
 
run() - Method in class de.wagner_ibw.examples.RFSwitch
Thread start.
run() - Method in class de.wagner_ibw.examples.LM75Example
 
run() - Method in class de.wagner_ibw.examples.Iow40IoTest
Thread start.
run() - Method in class de.wagner_ibw.examples.Iow24IoTest
Thread start.
run() - Method in class de.wagner_ibw.test.PCF8570Test
Thread start.
run() - Method in class de.wagner_ibw.test.M95020Test
Thread start.
run() - Method in class de.wagner_ibw.test.LM75Test
Thread start.
run() - Method in class de.wagner_ibw.test.Iow40Test
 
run() - Method in class de.wagner_ibw.test.Iow24Test
 
run() - Method in class de.wagner_ibw.test.Iow24IoTest
Thread start.
run() - Method in class de.wagner_ibw.test.DoubleI2CTest
Thread start.

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