module_standard.wSerial
Class Ms1204

Object
  extended by Thread
      extended by module_standard.wSerial.AbstractMS1204
          extended by module_standard.wSerial.Ms1204
All Implemented Interfaces:
Runnable

public class Ms1204
extends AbstractMS1204


A_doc
Licence.


Nested Class Summary
 
Nested classes/interfaces inherited from class Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  boolean beepInit
           
 
Fields inherited from class module_standard.wSerial.AbstractMS1204
cbOpen, codeCb, envParam, serial
 
Fields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Ms1204(Serial serial, boolean beepInit)
           
 
Method Summary
 void end()
           
protected  boolean initCB()
           
 
Methods inherited from class module_standard.wSerial.AbstractMS1204
cbBeep, close, enable2TO5, getSleepSerial, isCbInitInit, isCbOpen, isWaitCodeCb, readCodeCb, run, sendTx, setCbOff, setCbOn, setDebug, setParamTrame, setWaitCodeCb, stopWaitCodeCb, waitCodeCb
 
Methods inherited from class Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

beepInit

boolean beepInit
Constructor Detail

Ms1204

public Ms1204(Serial serial,
              boolean beepInit)
Method Detail

initCB

protected boolean initCB()
Specified by:
initCB in class AbstractMS1204

end

public void end()