Package gnu.io

Interface CommDriver

All Known Implementing Classes:
RXTXCommDriver

public interface CommDriver
Since:
JDK1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getCommPort(String portName, int portType)
     
    void
     
  • Method Details

    • getCommPort

      CommPort getCommPort(String portName, int portType)
    • initialize

      void initialize()