park.borne.impl
Class CapImpl

java.lang.Object
  |
  +--park.borne.impl.CapImpl

public class CapImpl
extends java.lang.Object


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
 

Constructor Detail

CapImpl

public CapImpl()
Method Detail

init

public void init()
          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()