|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.comm.LinuxDriver
Field Summary | |
private static boolean |
debug
CommDriver's interface -------------------------------- public CommPort getCommPort(java.lang.String portName int portType)getCommPort() will be called by CommPortIdentifier from its open() method. |
private boolean |
driverInitialized
|
Constructor Summary | |
LinuxDriver()
|
Method Summary | |
CommPort |
getCommPort(java.lang.String portName,
int portType)
getCommPort() will be called by CommPortIdentifier.open() portName is a string that was registered earlier using the CommPortIdentifier.addPortName() method. |
void |
initialize()
initialize() will be called by the CommPortIdentifier's static initializer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static boolean debug
private boolean driverInitialized
Constructor Detail |
public LinuxDriver()
Method Detail |
public void initialize()
CommDriver
initialize
in interface CommDriver
public CommPort getCommPort(java.lang.String portName, int portType)
CommDriver
getCommPort
in interface CommDriver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |