|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModemLinkService
Field Summary | |
---|---|
static String |
SERVICE_NAME
|
Method Summary | |
---|---|
void |
connect()
Connect request with default timeout |
void |
connect(int tout)
Connect request |
void |
disconnect()
Disconnect request |
String |
getGatewayIpAddress()
Reports gateway IP address (IP address of the peer) |
String |
getIfaceName()
Reports name of network interface |
String |
getIPaddress()
Reports IP address of cellular interface |
PppState |
getPppState()
|
PppState |
getPppState(int tout)
|
Field Detail |
---|
static final String SERVICE_NAME
Method Detail |
---|
void connect() throws EsfException
EsfException
void connect(int tout) throws EsfException
tout
- - timeout in seconds as int
EsfException
void disconnect() throws EsfException
EsfException
PppState getPppState() throws EsfException
EsfException
PppState getPppState(int tout) throws EsfException
EsfException
String getIPaddress() throws EsfException
String
EsfException
String getGatewayIpAddress()
String
String getIfaceName()
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |