Class portio.PortDriver
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class portio.PortDriver

java.lang.Object
   |
   +----portio.PortDriver

public class PortDriver
extends Object
This abstract class specifies the functionality to be provided by a serial and/or parallel port driver.
Version:
$Revision: 2.1 $ ($Date: 1997/02/19 18:00:00 $)

Variable Index

 o ALL
Options of ALL means the PortDriver will display everything imaginable.
 o DEV
Options of DEV means the PortDriver will display minimal device-related messages.
 o DEVALL
Options of DEVALL means the PortDriver will display all device-related messages.
 o NONE
Options of NONE means the PortDriver will display no messages for any reason.
 o PORT
Options of PORT means the PortDriver will display all device-related and minimal port-related messages.
 o PORTALL
Options of PORTALL means the PortDriver will display all device-related and port-related messages.

Constructor Index

 o PortDriver()

Method Index

 o getDriverInfo()
Returns an object describing the ports supported by the particular instance of the driver.

Variables

 o NONE
  public final static int NONE
Options of NONE means the PortDriver will display no messages for any reason.
 o DEV
  public final static int DEV
Options of DEV means the PortDriver will display minimal device-related messages.
 o DEVALL
  public final static int DEVALL
Options of DEVALL means the PortDriver will display all device-related messages.
 o PORT
  public final static int PORT
Options of PORT means the PortDriver will display all device-related and minimal port-related messages.
 o PORTALL
  public final static int PORTALL
Options of PORTALL means the PortDriver will display all device-related and port-related messages.
 o ALL
  public final static int ALL
Options of ALL means the PortDriver will display everything imaginable.

Constructors

 o PortDriver
  public PortDriver()

Methods

 o getDriverInfo
  public PortDriverInfo getDriverInfo()
Returns an object describing the ports supported by the particular instance of the driver.
Returns:
PortDriverInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index