Package purejavacomm
Class PureJavaCommDriver
- java.lang.Object
-
- purejavacomm.PureJavaCommDriver
-
- All Implemented Interfaces:
CommDriver
public class PureJavaCommDriver extends Object implements CommDriver
-
-
Constructor Summary
Constructors Constructor Description PureJavaCommDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommPortgetCommPort(String name, int type)voidinitialize()
-
-
-
Method Detail
-
getCommPort
public CommPort getCommPort(String name, int type)
- Specified by:
getCommPortin interfaceCommDriver
-
initialize
public void initialize()
- Specified by:
initializein interfaceCommDriver
-
-