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 $)
-
ALL
- Options of ALL means the PortDriver will display everything imaginable.
-
DEV
- Options of DEV means the PortDriver will display minimal device-related messages.
-
DEVALL
- Options of DEVALL means the PortDriver will display all device-related messages.
-
NONE
- Options of NONE means the PortDriver will display no messages for any reason.
-
PORT
- Options of PORT means the PortDriver will display all device-related and
minimal port-related messages.
-
PORTALL
- Options of PORTALL means the PortDriver will display all device-related and
port-related messages.
-
PortDriver()
-
-
getDriverInfo()
- Returns an object describing the ports supported by the particular
instance of the driver.
NONE
public final static int NONE
- Options of NONE means the PortDriver will display no messages for any reason.
DEV
public final static int DEV
- Options of DEV means the PortDriver will display minimal device-related messages.
DEVALL
public final static int DEVALL
- Options of DEVALL means the PortDriver will display all device-related messages.
PORT
public final static int PORT
- Options of PORT means the PortDriver will display all device-related and
minimal port-related messages.
PORTALL
public final static int PORTALL
- Options of PORTALL means the PortDriver will display all device-related and
port-related messages.
ALL
public final static int ALL
- Options of ALL means the PortDriver will display everything imaginable.
PortDriver
public PortDriver()
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