|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.eurotech.framework.net.admin.modem.telit.de910.TelitDe910
public class TelitDe910
Constructor Summary | |
---|---|
TelitDe910(ModemDevice device,
org.osgi.service.io.ConnectionFactory connectionFactory,
ModemTechnologyType technologyType)
|
Method Summary | |
---|---|
void |
bindVectorJ21GpioService(IVectorJ21GpioService vectorJ21GpioService)
|
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 |
getMobileDirectoryNumber()
|
String |
getMobileIdentificationNumber()
|
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 |
ModemCdmaServiceProvider |
getServiceProvider()
|
String |
getServiceType()
Reports Service Type |
int |
getSignalStrength()
Reports signal strength in dBm |
ModemTechnologyType |
getTechnologyType()
|
boolean |
isProvisioned()
|
boolean |
isReachable()
|
void |
provision()
|
void |
reset()
resets the modem and tries to restore the state of the modem driver. |
void |
setConfiguration(List<NetConfig> netConfigs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelitDe910(ModemDevice device, org.osgi.service.io.ConnectionFactory connectionFactory, ModemTechnologyType technologyType)
Method Detail |
---|
public void bindVectorJ21GpioService(IVectorJ21GpioService vectorJ21GpioService)
public String getModel() throws EsfException
CellularModem
getModel
in interface CellularModem
EsfException
public String getManufacturer() throws EsfException
CellularModem
getManufacturer
in interface CellularModem
EsfException
public String getSerialNumber() throws EsfException
CellularModem
getSerialNumber
in interface CellularModem
EsfException
public String getRevisionID() throws EsfException
CellularModem
getRevisionID
in interface CellularModem
EsfException
public boolean isReachable() throws EsfException
isReachable
in interface CellularModem
EsfException
public void reset() throws EsfException
CellularModem
reset
in interface CellularModem
EsfException
public int getSignalStrength() throws EsfException
CellularModem
getSignalStrength
in interface CellularModem
EsfException
public ModemRegistrationStatus getRegistrationStatus() throws EsfException
CellularModem
getRegistrationStatus
in interface CellularModem
ModemRegistrationStatus
EsfException
public long getCallTxCounter() throws EsfException
CellularModem
getCallTxCounter
in interface CellularModem
EsfException
public long getCallRxCounter() throws EsfException
CellularModem
getCallRxCounter
in interface CellularModem
EsfException
public String getServiceType() throws EsfException
CellularModem
getServiceType
in interface CellularModem
EsfException
public ModemDevice getModemDevice()
CellularModem
getModemDevice
in interface CellularModem
UsbModemDevice
public String getDataPort() throws EsfException
getDataPort
in interface CellularModem
EsfException
public String getAtPort() throws EsfException
getAtPort
in interface CellularModem
EsfException
public String getMobileDirectoryNumber() throws EsfException
getMobileDirectoryNumber
in interface EvdoCellularModem
EsfException
public String getMobileIdentificationNumber() throws EsfException
getMobileIdentificationNumber
in interface EvdoCellularModem
EsfException
public ModemCdmaServiceProvider getServiceProvider() throws EsfException
getServiceProvider
in interface EvdoCellularModem
EsfException
public boolean isProvisioned() throws EsfException
isProvisioned
in interface EvdoCellularModem
EsfException
public void provision() throws EsfException
provision
in interface EvdoCellularModem
EsfException
public List<NetConfig> getConfiguration()
getConfiguration
in interface CellularModem
public void setConfiguration(List<NetConfig> netConfigs)
setConfiguration
in interface CellularModem
public ModemTechnologyType getTechnologyType()
getTechnologyType
in interface CellularModem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |