|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object Thread module_standard.wSerial.AbstractMS1204
public abstract class AbstractMS1204
Nested Class Summary |
---|
Nested classes/interfaces inherited from class Thread |
---|
Thread.State, Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
(package private) int |
cbOpen
|
String |
codeCb
|
(package private) int |
envParam
|
(package private) Serial |
serial
|
Fields inherited from class Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
AbstractMS1204(Serial serial)
|
Method Summary | |
---|---|
protected boolean |
cbBeep()
|
void |
close()
|
protected boolean |
enable2TO5(boolean beep)
|
long |
getSleepSerial()
|
protected abstract boolean |
initCB()
|
boolean |
isCbInitInit()
|
boolean |
isCbOpen()
|
boolean |
isWaitCodeCb()
|
String |
readCodeCb()
|
void |
run()
|
boolean |
sendTx(int opCode,
int[] mess)
|
boolean |
setCbOff(boolean beep)
|
boolean |
setCbOn(boolean beep)
|
void |
setDebug(boolean enable)
|
void |
setParamTrame(int prefix,
int length,
int suffix1,
int suffix2)
|
void |
setWaitCodeCb(boolean waitCodeCb)
|
void |
stopWaitCodeCb()
|
boolean |
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 |
---|
Serial serial
int envParam
int cbOpen
public String codeCb
Constructor Detail |
---|
public AbstractMS1204(Serial serial)
Method Detail |
---|
public void run()
run
in interface Runnable
run
in class Thread
public boolean isCbInitInit()
public boolean isCbOpen()
protected abstract boolean initCB()
public boolean sendTx(int opCode, int[] mess)
public void setDebug(boolean enable)
public void close()
protected boolean enable2TO5(boolean beep)
public void setParamTrame(int prefix, int length, int suffix1, int suffix2)
public boolean waitCodeCb()
public void stopWaitCodeCb()
public String readCodeCb()
public boolean setCbOn(boolean beep)
public boolean setCbOff(boolean beep)
protected boolean cbBeep()
public long getSleepSerial()
public void setWaitCodeCb(boolean waitCodeCb)
public boolean isWaitCodeCb()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |