1.0.0

javax.comm
Interface CommDriver

All Known Implementing Classes:
NSCommDriver

public interface CommDriver

Version:
1.0.0

Method Summary
 CommPort getCommPort(java.lang.String portName, int portType)
          Get comm port with the specified port name and port type parameters and return the CommPort result.
 void initialize()
          Initialize.
 

Method Detail

getCommPort

CommPort getCommPort(java.lang.String portName,
                     int portType)
Get comm port with the specified port name and port type parameters and return the CommPort result.

Parameters:
portName - The port name (String) parameter.
portType - The port type (int) parameter.
Returns:
Results of the get comm port (CommPort) value.

initialize

void initialize()
Initialize.


1.0.0

Copyright (c) 1999, 2007 IBM