public interface IBasicCellularModemService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
service name
|
Modifier and Type | Method and Description |
---|---|
void |
allowConnect(boolean status)
Allows modem to establish PPP connection if status is true.
|
void |
disable()
disables modem
|
void |
enable()
enables modem
|
java.lang.String |
getManufacturer()
Returns modem's manufacturer identification
|
java.lang.String |
getModel()
Reports modem's model
|
java.lang.String[] |
getRevisionID()
Reports modem's revision identification
|
java.lang.String |
getSerialNumber()
Answers modem's serial number
|
boolean |
isConnectAllowed()
Reports if connection is allowed by the application.
|
boolean |
isEnabled()
Answers if cellular modem is enabled by application
default value is set to true |
boolean |
isOn()
Answers if modem is on
|
java.lang.String getModel()
java.lang.String getManufacturer()
java.lang.String getSerialNumber()
java.lang.String[] getRevisionID()
boolean isOn()
void enable()
void disable()
boolean isEnabled()
true
void allowConnect(boolean status)
status
- - enable/disable as boolean
boolean isConnectAllowed()
boolean
Copyright © 2009 Eurotech Inc. All rights reserved.