- read() - Method in class ch.hevs.isi.field.BooleanRegister
-  
- read() - Method in class ch.hevs.isi.field.FloatRegister
-  
- read() - Method in class ch.hevs.isi.field.ModbusRegister
- 
function to read a datapoint from the modbus register 
- readBoolean(int) - Method in class ch.hevs.isi.field.ModbusAccessor
- 
method to read a boolean value in the correct modbus register
 get the coil status of the register. 
- readBytes(InputStream) - Static method in class ch.hevs.isi.utils.Utility
- 
Reads the incoming data from an input stream as long as there is
 something to read and saved the data in an array of bytes. 
- readFloat(int) - Method in class ch.hevs.isi.field.ModbusAccessor
- 
method to read a boolean value in the correct modbus register
 get the value from the holding register 
- readLine(InputStream) - Static method in class ch.hevs.isi.utils.Utility
- 
Reads lines of text from the given input stream. 
- readNBytes(InputStream, int) - Static method in class ch.hevs.isi.utils.Utility
- 
Reads from the given input stream an amount of bytes and retrieves these data as
 an array of bytes. 
- rnd - Static variable in class ch.hevs.isi.utils.Utility
- 
Object to get some random values... 
- run() - Method in class ch.hevs.isi.field.PollTask
-  
- run() - Method in class ch.hevs.isi.SmartControl
-