|
||||||||||
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.he910.TelitHe910
public class TelitHe910
Defines Telit HE910 modem
Constructor Summary | |
---|---|
TelitHe910(ModemDevice device,
org.osgi.service.io.ConnectionFactory connectionFactory,
ModemTechnologyType technologyType)
TelitHe910 modem constructor |
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 |
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()
|
boolean |
isSimCardReady()
|
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 TelitHe910(ModemDevice device, org.osgi.service.io.ConnectionFactory connectionFactory, ModemTechnologyType technologyType)
usbDevice
- - modem USB device as UsbModemDevice
connectionFactory
- - connection factory ConnectionFactory
technologyType
- - cellular technology type as ModemTechnologyType
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 boolean isSimCardReady() throws EsfException
isSimCardReady
in interface HspaCellularModem
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 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 |