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

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.
INSTANCE - Static variable in class de.wagner_ibw.iow.IowFactory
 
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.
Iow24IoTest - class de.wagner_ibw.examples.Iow24IoTest.
Simple IO test prog for IO Warrior 24.
Iow24IoTest - class de.wagner_ibw.test.Iow24IoTest.
Simple IO test prog for IO Warrior 24.
Iow24IoTest() - Constructor for class de.wagner_ibw.examples.Iow24IoTest
Constructor for stand-alone operation.
Iow24IoTest() - Constructor for class de.wagner_ibw.test.Iow24IoTest
Constructor for stand-alone operation.
Iow24IoTest(IowFactory) - Constructor for class de.wagner_ibw.examples.Iow24IoTest
Constructor for use as part of an application (independent thread).
Iow24IoTest(IowFactory) - Constructor for class de.wagner_ibw.test.Iow24IoTest
Constructor for use as part of an application (independent thread).
Iow24IoTestTimeOut - class de.wagner_ibw.test.Iow24IoTestTimeOut.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow24IoTestTimeOut() - Constructor for class de.wagner_ibw.test.Iow24IoTestTimeOut
 
Iow24IoTestWhile - class de.wagner_ibw.test.Iow24IoTestWhile.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow24IoTestWhile() - Constructor for class de.wagner_ibw.test.Iow24IoTestWhile
 
IOW24NAME - Static variable in class de.wagner_ibw.iow.AbstractIowDevcie
A constant for iow 24 device name.
Iow24Test - class de.wagner_ibw.test.Iow24Test.
It is a simple test program.
Iow24Test(Iow24, boolean) - Constructor for class de.wagner_ibw.test.Iow24Test
 
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.
Iow40IoTest - class de.wagner_ibw.examples.Iow40IoTest.
 
Iow40IoTest - class de.wagner_ibw.test.Iow40IoTest.
 
Iow40IoTest() - Constructor for class de.wagner_ibw.examples.Iow40IoTest
Constructor for stand-alone operation.
Iow40IoTest() - Constructor for class de.wagner_ibw.test.Iow40IoTest
 
Iow40IoTest(IowFactory) - Constructor for class de.wagner_ibw.examples.Iow40IoTest
Constructor for use as part of an application (independent thread).
Iow40IoTestFor - class de.wagner_ibw.test.Iow40IoTestFor.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow40IoTestFor() - Constructor for class de.wagner_ibw.test.Iow40IoTestFor
 
Iow40IoTestImmediate - class de.wagner_ibw.test.Iow40IoTestImmediate.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow40IoTestImmediate() - Constructor for class de.wagner_ibw.test.Iow40IoTestImmediate
 
Iow40IoTestListener - class de.wagner_ibw.test.Iow40IoTestListener.
 
Iow40IoTestListener() - Constructor for class de.wagner_ibw.test.Iow40IoTestListener
 
Iow40IoTestWhile - class de.wagner_ibw.test.Iow40IoTestWhile.
Simple program to show the simpliest way (not the best) to read the Iow40's input pins.
Iow40IoTestWhile() - Constructor for class de.wagner_ibw.test.Iow40IoTestWhile
 
IOW40NAME - Static variable in class de.wagner_ibw.iow.AbstractIowDevcie
A constant for iow 40 device name.
Iow40Test - class de.wagner_ibw.test.Iow40Test.
It is the base class of all the iow chips, based on the iowkit.dll for Windows.
IowBatch - class de.wagner_ibw.appl.IowBatch.
This simple application starts a executable if the specified bit on port chages its state.
IowBatch() - Constructor for class de.wagner_ibw.appl.IowBatch
 
IowCurrentPinStatusReportTest - class de.wagner_ibw.examples.IowCurrentPinStatusReportTest.
This simple example prog checks the current pin status special mode function.
IowCurrentPinStatusReportTest - class de.wagner_ibw.test.IowCurrentPinStatusReportTest.
This simple test prog checks the current pin status special mode function.
IowCurrentPinStatusReportTest() - Constructor for class de.wagner_ibw.examples.IowCurrentPinStatusReportTest
 
IowCurrentPinStatusReportTest() - Constructor for class de.wagner_ibw.test.IowCurrentPinStatusReportTest
 
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).
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.
IowTest - class de.wagner_ibw.test.IowTest.
It is a simple test program.
IowTest() - Constructor for class de.wagner_ibw.test.IowTest
 
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 P R S T V W