module_standard.wSerial
Class CodeBarre

Object
  extended by module_standard.wSerial.CodeBarre

public class CodeBarre
extends Object


A_doc
Licence.


Field Summary
(package private)  boolean[] beep
           
(package private)  Gp gpAbc
           
(package private)  int max
           
(package private)  Ms1204[] ms1204
           
(package private)  String[] ms1204_port
           
(package private)  String name
           
 
Constructor Summary
CodeBarre(Gp gpAbc)
           
 
Method Summary
 void close()
           
 boolean getBeep(int num)
           
 Ms1204 getMs1204(int num)
           
 boolean isPort(int num)
           
 void setLecteur(String ms1204_port, int num, boolean beep)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

ms1204

Ms1204[] ms1204

ms1204_port

String[] ms1204_port

beep

boolean[] beep

max

int max

gpAbc

Gp gpAbc
Constructor Detail

CodeBarre

public CodeBarre(Gp gpAbc)
Method Detail

setLecteur

public void setLecteur(String ms1204_port,
                       int num,
                       boolean beep)

getMs1204

public Ms1204 getMs1204(int num)

isPort

public boolean isPort(int num)

close

public void close()

getBeep

public boolean getBeep(int num)