|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eurotech.framework.net.admin.modem.sierra.usb598.SierraUsb598
public class SierraUsb598
| Constructor Summary | |
|---|---|
SierraUsb598(ModemDevice device,
org.osgi.service.io.ConnectionFactory connectionFactory,
ModemTechnologyType technologyType)
SierraUsb598 modem constructor |
|
| Method Summary | |
|---|---|
void |
bind()
|
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)
|
void |
unbind()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SierraUsb598(ModemDevice device,
org.osgi.service.io.ConnectionFactory connectionFactory,
ModemTechnologyType technologyType)
usbDevice - - modem USB device as UsbModemDeviceconnectionFactory - - connection factory as ConnectionFactorytechnologyType - - cellular technology type as ModemTechnologyType| Method Detail |
|---|
public void bind()
public void unbind()
public String getModel()
throws EsfException
CellularModem
getModel in interface CellularModemEsfException
public String getManufacturer()
throws EsfException
CellularModem
getManufacturer in interface CellularModemEsfException
public String getSerialNumber()
throws EsfException
CellularModem
getSerialNumber in interface CellularModemEsfException
public String getRevisionID()
throws EsfException
CellularModem
getRevisionID in interface CellularModemEsfException
public boolean isReachable()
throws EsfException
isReachable in interface CellularModemEsfException
public void reset()
throws EsfException
CellularModem
reset in interface CellularModemEsfException
public int getSignalStrength()
throws EsfException
CellularModem
getSignalStrength in interface CellularModemEsfException
public ModemRegistrationStatus getRegistrationStatus()
throws EsfException
CellularModem
getRegistrationStatus in interface CellularModemModemRegistrationStatus
EsfException
public long getCallTxCounter()
throws EsfException
CellularModem
getCallTxCounter in interface CellularModemEsfException
public long getCallRxCounter()
throws EsfException
CellularModem
getCallRxCounter in interface CellularModemEsfException
public String getServiceType()
throws EsfException
CellularModem
getServiceType in interface CellularModemEsfExceptionpublic ModemDevice getModemDevice()
CellularModem
getModemDevice in interface CellularModemUsbModemDevice
public String getDataPort()
throws EsfException
getDataPort in interface CellularModemEsfException
public String getAtPort()
throws EsfException
getAtPort in interface CellularModemEsfException
public boolean isProvisioned()
throws EsfException
isProvisioned in interface EvdoCellularModemEsfException
public void provision()
throws EsfException
provision in interface EvdoCellularModemEsfException
public String getMobileDirectoryNumber()
throws EsfException
getMobileDirectoryNumber in interface EvdoCellularModemEsfException
public String getMobileIdentificationNumber()
throws EsfException
getMobileIdentificationNumber in interface EvdoCellularModemEsfExceptionpublic List<NetConfig> getConfiguration()
getConfiguration in interface CellularModempublic void setConfiguration(List<NetConfig> netConfigs)
setConfiguration in interface CellularModempublic ModemTechnologyType getTechnologyType()
getTechnologyType in interface CellularModempublic ModemCdmaServiceProvider getServiceProvider()
getServiceProvider in interface EvdoCellularModem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||