|
||||||||||
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.TelitDe910ModemFactory
public class TelitDe910ModemFactory
Method Summary | |
---|---|
static TelitDe910ModemFactory |
getInstance()
|
Hashtable<String,? extends CellularModem> |
getModemServices()
Reports modem services available |
ModemTechnologyType |
getType()
Reports type of modem service |
CellularModem |
obtainCellularModemService(ModemDevice modemDevice,
String platform)
Obtains generic modem service |
void |
releaseModemService(String usbPortAddress)
Releases modem service specified by its USB address |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TelitDe910ModemFactory getInstance()
public CellularModem obtainCellularModemService(ModemDevice modemDevice, String platform) throws Exception
CellularModemFactory
obtainCellularModemService
in interface CellularModemFactory
modemDevice
- - modem device as ModemDevice
platform
- - hardware platform as String
CellularModemService
Exception
public Hashtable<String,? extends CellularModem> getModemServices()
CellularModemFactory
getModemServices
in interface CellularModemFactory
Hashtable
with the usb port as the keypublic void releaseModemService(String usbPortAddress)
CellularModemFactory
releaseModemService
in interface CellularModemFactory
public ModemTechnologyType getType()
CellularModemFactory
getType
in interface CellularModemFactory
ModemTechnologyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |