mat.i2c.master
Interface BusI2c

All Known Implementing Classes:
SimBusI2c

public interface BusI2c

Titre :

Description :

Copyright : Copyright (c) 2003

Société :


Method Summary
 int getClockDelay()
           
 int read(int adresse, byte[] barr, int off, int len)
           
 void setClockDelay(int delai)
           
 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)
           
 

Method Detail

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)