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

I

I2C - class de.wagner_ibw.iow.i2c.I2C.
Implementation of the I2C special mode function.
I2C() - Constructor for class de.wagner_ibw.iow.i2c.I2C
Constructor
I2CAddress - class de.wagner_ibw.iow.i2c.I2CAddress.
This class represents an i2c slave address.
I2CAddress(int, int) - Constructor for class de.wagner_ibw.iow.i2c.I2CAddress
Creates an new I2CAddress.
I2CDevice - interface de.wagner_ibw.iow.i2c.I2CDevice.
Each I2C device implementation must implements this interface.
id - Variable in class de.wagner_ibw.iow.AbstractIowDevcie
Device identifier of this iow device.
index - Variable in class de.wagner_ibw.iow.IowPort
Contains the port number relating to an real IOW Device that this port belongs to. (0-1 for IO Warrior 24, 0-3 for IO Warrior 40)
init() - Method in class de.wagner_ibw.iow.i2c.LM75
 
initLCD() - Method in class de.wagner_ibw.iow.lcd.LCDImpl
OK Initialize the display and switch in 1 or 2 line mode depending on physicalRows.
INSTANCE - Static variable in class de.wagner_ibw.iow.IowFactory
 
iow - Variable in class de.wagner_ibw.iow.smx.SwitchMatrix
Reference to the underlying IOW device.
iow - Variable in class de.wagner_ibw.iow.spi.SPI
 
iow - Variable in class de.wagner_ibw.iow.spi.AbstractSPIDevice
Reference to the underlying IOW device.
iow - Variable in class de.wagner_ibw.iow.lcd.LCDImpl
 
iow - Variable in class de.wagner_ibw.iow.i2c.I2C
Reference to the underlying IOW device.
iow - Variable in class de.wagner_ibw.iow.i2c.AbstractI2CDevice
Reference to the underlying IOW device.
iow - Variable in class de.wagner_ibw.iow.rc5.RC5
 
Iow24 - class de.wagner_ibw.iow.Iow24.
This class represents the iow 24 device.
Iow24(long, int, String, int) - Constructor for class de.wagner_ibw.iow.Iow24
 
IOW24ID - Static variable in class de.wagner_ibw.iow.AbstractIowDevcie
A constant for iow 24 device id.
IOW24NAME - Static variable in class de.wagner_ibw.iow.AbstractIowDevcie
A constant for iow 24 device name.
Iow40 - class de.wagner_ibw.iow.Iow40.
This class represents the iow 40 device.
Iow40(long, int, String, int) - Constructor for class de.wagner_ibw.iow.Iow40
 
IOW40ID - Static variable in class de.wagner_ibw.iow.AbstractIowDevcie
A constant for iow 40 device id.
IOW40NAME - Static variable in class de.wagner_ibw.iow.AbstractIowDevcie
A constant for iow 40 device name.
iowDevices - Static variable in class de.wagner_ibw.iow.IowFactory
Vector of all scanned iow devices.
IowFactory - class de.wagner_ibw.iow.IowFactory.
This is the base class of all the iow devices, based on the com.codemercs.iow.IowKit JNI wrapper class to the iowkit library (iowki.dll for Windows, libiowkit.so for Linux).
IowFactory() - Constructor for class de.wagner_ibw.iow.IowFactory
 
IowPort - class de.wagner_ibw.iow.IowPort.
A BinaryPort represents an iow port consists of 8 bits.
IowPort(int, int) - Constructor for class de.wagner_ibw.iow.IowPort
Simple constructor (ioMask as int).
IowPort(int, int, int) - Constructor for class de.wagner_ibw.iow.IowPort
Simple constructor (ioMask as int) with initial data.
IowPort(int, String) - Constructor for class de.wagner_ibw.iow.IowPort
Simple constructor (ioMask as String).
IowPort(int, String, String) - Constructor for class de.wagner_ibw.iow.IowPort
Simple constructor (ioMask as String) with initial data as String.
IowPortChangeListener - interface de.wagner_ibw.iow.IowPortChangeListener.
This Interface contains the call back methods for the port change listener.
isBitClear(int) - Method in class de.wagner_ibw.iow.IowPort
Returns true, if the given bit is clear (0).
isBitSet(int) - Method in class de.wagner_ibw.iow.IowPort
Returns true, if the given bit is set (1).
isChangeFlagSet() - Method in class de.wagner_ibw.iow.IowPort
 

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