com.dalsemi.tininet.ppp
Interface PPPDevice

All Known Implementing Classes:
TINISerialPort

public interface PPPDevice

PPPDevice provides an abstract link betweeen PPP and the transmission media. PPP uses the TINI IO subsystem for communication, which provides a driver model for supporting other devices. A PPPDevice is an abstract wrapper to the underlying IO driver PPP will talk to.

See Also:
com.dalsemi.NativeComm

Method Summary
 int getDeviceNumber()
          Returns the IO driver number
 int getInputHandle()
          Returns the handle to the IO input stream.
 int getOutputHandle()
          Returns the handle to the IO output stream
 

Method Detail

getInputHandle

public int getInputHandle()
                   throws java.io.IOException
Returns the handle to the IO input stream.

getOutputHandle

public int getOutputHandle()
                    throws java.io.IOException
Returns the handle to the IO output stream

getDeviceNumber

public int getDeviceNumber()
                    throws java.io.IOException
Returns the IO driver number


Also see:
o TINI 1.16 API, Optional Modules
o TINI Home Page
o 1-Wire API

o JDK 1.1

Last update Wed Jun 8 17:19:36 CDT 2005