mat.simul
Class SimAccesParkingI2c
java.lang.Object
|
+--mat.simul.SimAccesParkingI2c
- public class SimAccesParkingI2c
- extends java.lang.Object
Method Summary |
int |
doTrame(byte[] trame)
|
boolean |
getBusConnexion()
|
int |
getClockDelay()
|
int |
getNumeroAcces()
|
int |
read(int adresse,
byte[] barr,
int off,
int len)
|
void |
setBusConnexion(boolean on)
|
void |
setClockDelay(int delai)
|
void |
setNumeroAcces(int num)
|
int |
write(int adresse,
byte[] barr,
int off,
int len)
|
int |
writeRead(int adresseI2c,
byte[] wbarr,
int woff,
int wlen,
byte[] rbarr,
int roff,
int rlen)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimAccesParkingI2c
public SimAccesParkingI2c()
setNumeroAcces
public void setNumeroAcces(int num)
getNumeroAcces
public int getNumeroAcces()
setBusConnexion
public void setBusConnexion(boolean on)
getBusConnexion
public boolean getBusConnexion()
doTrame
public int doTrame(byte[] trame)
getClockDelay
public int getClockDelay()
setClockDelay
public void setClockDelay(int delai)
write
public int write(int adresse,
byte[] barr,
int off,
int len)
read
public int read(int adresse,
byte[] barr,
int off,
int len)
writeRead
public int writeRead(int adresseI2c,
byte[] wbarr,
int woff,
int wlen,
byte[] rbarr,
int roff,
int rlen)