|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellularModem
Method Summary | |
---|---|
String |
getAtPort()
|
long |
getCallRxCounter()
Reports number of bytes received during a call |
long |
getCallTxCounter()
Reports number of bytes tarnsmitted during a call |
List<NetConfig> |
getConfiguration()
|
String |
getDataPort()
|
String |
getManufacturer()
Returns modem's manufacturer identification |
String |
getModel()
Reports modem's model |
ModemDevice |
getModemDevice()
Returns the associated UsbModemDevice |
ModemRegistrationStatus |
getRegistrationStatus()
Reports modem registration status |
String |
getRevisionID()
Reports modem's revision identification |
String |
getSerialNumber()
Answers modem's serial number |
String |
getServiceType()
Reports Service Type |
int |
getSignalStrength()
Reports signal strength in dBm |
ModemTechnologyType |
getTechnologyType()
|
boolean |
isReachable()
|
void |
reset()
resets the modem and tries to restore the state of the modem driver. |
void |
setConfiguration(List<NetConfig> netConfigs)
|
Method Detail |
---|
String getModel() throws EsfException
EsfException
String getManufacturer() throws EsfException
EsfException
String getSerialNumber() throws EsfException
EsfException
String getRevisionID() throws EsfException
EsfException
boolean isReachable() throws EsfException
EsfException
void reset() throws EsfException
Exception
EsfException
int getSignalStrength() throws EsfException
Exception
EsfException
ModemRegistrationStatus getRegistrationStatus() throws EsfException
ModemRegistrationStatus
Exception
EsfException
long getCallTxCounter() throws EsfException
Exception
EsfException
long getCallRxCounter() throws EsfException
Exception
EsfException
String getServiceType() throws EsfException
Exception
EsfException
ModemDevice getModemDevice()
UsbModemDevice
String getDataPort() throws EsfException
EsfException
String getAtPort() throws EsfException
EsfException
List<NetConfig> getConfiguration()
void setConfiguration(List<NetConfig> netConfigs)
ModemTechnologyType getTechnologyType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |