|
||||||||||
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.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 UsbModemDevice
connectionFactory
- - connection factory as ConnectionFactory
technologyType
- - cellular technology type as ModemTechnologyType
Method Detail |
---|
public void bind()
public void unbind()
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 boolean isProvisioned() throws EsfException
isProvisioned
in interface EvdoCellularModem
EsfException
public void provision() throws EsfException
provision
in interface EvdoCellularModem
EsfException
public String getMobileDirectoryNumber() throws EsfException
getMobileDirectoryNumber
in interface EvdoCellularModem
EsfException
public String getMobileIdentificationNumber() throws EsfException
getMobileIdentificationNumber
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
public ModemCdmaServiceProvider getServiceProvider()
getServiceProvider
in interface EvdoCellularModem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |