public interface IPppService extends IModemLinkService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface.
|
Modifier and Type | Method and Description |
---|---|
PppPeer |
getPeer()
Answers current PPP peer object
|
void |
setPeer(PppPeer peer)
Sets PPP peer object
|
void |
setSerialPort(java.lang.String port)
Sets serial port that is used to establish PPP connection
|
connect, disconnect, getGatewayIpAddress, getIfaceName, getIPaddress, getModemConnectionInfo, isConnected, isConnected, isConnectionInProgress, isConnectionInProgress
static final java.lang.String SERVICE_NAME
void setSerialPort(java.lang.String port)
port
- - serial port (e.g. /dev/ttyUSB0)PppPeer getPeer()
void setPeer(PppPeer peer) throws java.lang.Exception
peer
- - PPP peer objectjava.lang.Exception
Copyright © 2009 Eurotech Inc. All rights reserved.