1.0.0

Uses of Class
javax.comm.CommPort

Packages that use CommPort
javax.comm This package is part of the org.eclipse.soda.dk.comm project. 
org.eclipse.soda.dk.comm This package is part of the org.eclipse.soda.dk.comm project. 
 

Uses of CommPort in javax.comm
 

Subclasses of CommPort in javax.comm
 class ParallelPort
           
 class SerialPort
           
 

Fields in javax.comm declared as CommPort
(package private)  CommPort CommPortIdentifier.commPort
           
 

Methods in javax.comm that return CommPort
 CommPort CommDriver.getCommPort(java.lang.String portName, int portType)
          Get comm port with the specified port name and port type parameters and return the CommPort result.
 CommPort CommPortIdentifier.open(java.io.FileDescriptor fileDescriptor)
          Opens the communications port using a FileDescriptor object on platforms that support this technique.
 CommPort CommPortIdentifier.open(java.lang.String appName, int timeout)
           
 

Methods in javax.comm with parameters of type CommPort
static CommPortIdentifier CommPortIdentifier.getPortIdentifier(CommPort port)
          Obtains the CommPortIdentifier object corresponding to a port that has already been opened by the application.
 

Uses of CommPort in org.eclipse.soda.dk.comm
 

Subclasses of CommPort in org.eclipse.soda.dk.comm
 class NSParallelPort
           
(package private)  class NSSerialPort
          An RS-232 serial communications port.
 

Methods in org.eclipse.soda.dk.comm that return CommPort
 CommPort NSCommDriver.getCommPort(java.lang.String portName, int portType)
          Get comm port with the specified port name and port type parameters and return the CommPort result.
 

Constructors in org.eclipse.soda.dk.comm with parameters of type CommPort
NSDeviceInputStream(CommPort port, int portType)
           
NSDeviceOutputStream(CommPort port, int portType)
           
 


1.0.0

Copyright (c) 1999, 2007 IBM