Package gnu.io
Interface CommDriver
-
- All Known Implementing Classes:
RXTXCommDriver
public interface CommDriver- Since:
- JDK1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommPortgetCommPort(java.lang.String portName, int portType)voidinitialize()
-
-
-
Method Detail
-
getCommPort
CommPort getCommPort(java.lang.String portName, int portType)
-
initialize
void initialize()
-
-