java.lang.Object
org.jempeg.empeg.protocol.AbstractEmpegDiscoverer
org.jempeg.empeg.protocol.SerialEmpegDiscoverer
- public class SerialEmpegDiscoverer
- extends AbstractEmpegDiscoverer
SerialEmpegDiscoverer is an implementation of
AbstractEmpegDiscoverer that can do discovery of
an Empeg across a serial connection.
- Version:
- $Revision: 1.7 $
|
Method Summary |
boolean |
discover(int _timeoutMillis)
Implemented by subclasses. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPEG_BAUD_RATE
public static final int EMPEG_BAUD_RATE
- See Also:
- Constant Field Values
myPortIdentifier
private CommPortIdentifier myPortIdentifier
SerialEmpegDiscoverer
public SerialEmpegDiscoverer()
SerialEmpegDiscoverer
public SerialEmpegDiscoverer(java.lang.String _portName)
throws NoSuchPortException
discover
public boolean discover(int _timeoutMillis)
throws java.io.IOException
- Description copied from class:
AbstractEmpegDiscoverer
- Implemented by subclasses. This will actually perform the
subclass-dependent mechanism of finding an Empeg (within the given
timeout time)
- Specified by:
discover in class AbstractEmpegDiscoverer