|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.eclipse.soda.dk.comm.SerialStatusEventThread
class SerialStatusEventThread
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
(package private) NSSerialPort |
serialPort
Define the serial port (NSSerialPort) field. |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
SerialStatusEventThread(int fd,
NSSerialPort sp)
Constructs an instance of this class from the specified fd and sp parameters. |
|
| Method Summary | |
|---|---|
int |
getPollingTime()
Gets the polling time (int) value. |
int |
getStopThreadFlag()
Gets the stop thread flag (int) value. |
void |
run()
Run. |
void |
setStopThreadFlag(int value)
Sets the stop thread flag value. |
| Methods inherited from class java.lang.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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
NSSerialPort serialPort
| Constructor Detail |
|---|
SerialStatusEventThread(int fd,
NSSerialPort sp)
fd - The fd (int) parameter.sp - The sp (NSSerialPort) parameter.| Method Detail |
|---|
public int getPollingTime()
int) value.public int getStopThreadFlag()
int) value.setStopThreadFlag(int)public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void setStopThreadFlag(int value)
value - The value (int) parameter.getStopThreadFlag()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||