park.borne.impl
Class CapImpl

java.lang.Object
  extended bypark.borne.impl.CapImpl

public class CapImpl
extends java.lang.Object


Field Summary
private  PCF8574 pCF8574Aux
           
private  PCF8582 pCF8582
           
 
Constructor Summary
CapImpl()
           
 
Method Summary
 void init()
           
 boolean isCartIntroduite()
           
 void kill()
           
 boolean readCap(byte[] barr, byte adresseMemory, byte len)
           
 void resetAlim(int nBytes)
           
 void setAlim()
           
 boolean writeCap(byte[] barr, byte adresseMemory, byte len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pCF8582

private PCF8582 pCF8582

pCF8574Aux

private PCF8574 pCF8574Aux
Constructor Detail

CapImpl

public CapImpl()
Method Detail

init

public void init()
          throws PortException
Throws:
PortException

kill

public void kill()

writeCap

public boolean writeCap(byte[] barr,
                        byte adresseMemory,
                        byte len)

readCap

public boolean readCap(byte[] barr,
                       byte adresseMemory,
                       byte len)

resetAlim

public void resetAlim(int nBytes)

setAlim

public void setAlim()

isCartIntroduite

public boolean isCartIntroduite()