|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
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 |
public int getInputHandle()
throws java.io.IOException
java.io.IOException
public int getOutputHandle()
throws java.io.IOException
java.io.IOException
public int getDeviceNumber()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||