mat.simul
Class SimPCF8574

java.lang.Object
  |
  +--mat.simul.SimPCF8574

public class SimPCF8574
extends java.lang.Object


Constructor Summary
SimPCF8574()
           
 
Method Summary
 void addToScan(ProcessPCF8574Event e)
           
 int getAdresseI2c()
           
 void init()
           
 int read(int adresseI2c, byte[] barr, int off, int len)
           
 void removeAll()
           
 void removeToScan(ProcessPCF8574Event e)
           
 void setAdresseI2c(int adresse)
           
 int write(int adresseI2c, byte[] barr, int off, int len)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimPCF8574

public SimPCF8574()
Method Detail

getAdresseI2c

public int getAdresseI2c()

setAdresseI2c

public void setAdresseI2c(int adresse)

addToScan

public void addToScan(ProcessPCF8574Event e)

removeToScan

public void removeToScan(ProcessPCF8574Event e)

removeAll

public void removeAll()

init

public void init()

write

public int write(int adresseI2c,
                 byte[] barr,
                 int off,
                 int len)

read

public int read(int adresseI2c,
                byte[] barr,
                int off,
                int len)