Uses of Interface
com.eurotech.framework.net.modem.ModemDevice

Packages that use ModemDevice
com.eurotech.framework.core.net.modem   
com.eurotech.framework.emulator.net   
com.eurotech.framework.linux.net.rh   
com.eurotech.framework.net   
com.eurotech.framework.net.admin.modem   
com.eurotech.framework.net.admin.modem.sierra.usb598   
com.eurotech.framework.net.admin.modem.telit.de910   
com.eurotech.framework.net.admin.modem.telit.he910   
com.eurotech.framework.net.modem   
com.eurotech.framework.usb   
 

Uses of ModemDevice in com.eurotech.framework.core.net.modem
 

Methods in com.eurotech.framework.core.net.modem that return ModemDevice
 ModemDevice ModemInterfaceImpl.getModemDevice()
           
 

Methods in com.eurotech.framework.core.net.modem with parameters of type ModemDevice
 void ModemInterfaceImpl.setModemDevice(ModemDevice modemDevice)
           
 

Uses of ModemDevice in com.eurotech.framework.emulator.net
 

Methods in com.eurotech.framework.emulator.net with parameters of type ModemDevice
 String EmulatedNetworkServiceImpl.getModemPppPort(ModemDevice modemDevice)
           
 

Uses of ModemDevice in com.eurotech.framework.linux.net.rh
 

Methods in com.eurotech.framework.linux.net.rh with parameters of type ModemDevice
 String NetworkServiceImpl.getModemPppPort(ModemDevice modemDevice)
          Given a usb port address, look up the associated ppp interface name
 

Uses of ModemDevice in com.eurotech.framework.net
 

Methods in com.eurotech.framework.net with parameters of type ModemDevice
 String NetworkService.getModemPppPort(ModemDevice modemDevice)
           
 

Uses of ModemDevice in com.eurotech.framework.net.admin.modem
 

Methods in com.eurotech.framework.net.admin.modem that return ModemDevice
 ModemDevice CellularModem.getModemDevice()
          Returns the associated UsbModemDevice
 

Methods in com.eurotech.framework.net.admin.modem with parameters of type ModemDevice
 CellularModem CellularModemFactory.obtainCellularModemService(ModemDevice modemDevice, String platform)
          Obtains generic modem service
 

Uses of ModemDevice in com.eurotech.framework.net.admin.modem.sierra.usb598
 

Methods in com.eurotech.framework.net.admin.modem.sierra.usb598 that return ModemDevice
 ModemDevice SierraUsb598.getModemDevice()
           
 

Methods in com.eurotech.framework.net.admin.modem.sierra.usb598 with parameters of type ModemDevice
 CellularModem SierraUsb598ModemFactory.obtainCellularModemService(ModemDevice modemDevice, String platform)
           
 

Constructors in com.eurotech.framework.net.admin.modem.sierra.usb598 with parameters of type ModemDevice
SierraUsb598(ModemDevice device, org.osgi.service.io.ConnectionFactory connectionFactory, ModemTechnologyType technologyType)
          SierraUsb598 modem constructor
 

Uses of ModemDevice in com.eurotech.framework.net.admin.modem.telit.de910
 

Methods in com.eurotech.framework.net.admin.modem.telit.de910 that return ModemDevice
 ModemDevice TelitDe910.getModemDevice()
           
 

Methods in com.eurotech.framework.net.admin.modem.telit.de910 with parameters of type ModemDevice
 CellularModem TelitDe910ModemFactory.obtainCellularModemService(ModemDevice modemDevice, String platform)
           
 

Constructors in com.eurotech.framework.net.admin.modem.telit.de910 with parameters of type ModemDevice
TelitDe910(ModemDevice device, org.osgi.service.io.ConnectionFactory connectionFactory, ModemTechnologyType technologyType)
           
 

Uses of ModemDevice in com.eurotech.framework.net.admin.modem.telit.he910
 

Methods in com.eurotech.framework.net.admin.modem.telit.he910 that return ModemDevice
 ModemDevice TelitHe910.getModemDevice()
           
 

Methods in com.eurotech.framework.net.admin.modem.telit.he910 with parameters of type ModemDevice
 CellularModem TelitHe910ModemFactory.obtainCellularModemService(ModemDevice modemDevice, String platform)
           
 

Constructors in com.eurotech.framework.net.admin.modem.telit.he910 with parameters of type ModemDevice
TelitHe910(ModemDevice device, org.osgi.service.io.ConnectionFactory connectionFactory, ModemTechnologyType technologyType)
          TelitHe910 modem constructor
 

Uses of ModemDevice in com.eurotech.framework.net.modem
 

Classes in com.eurotech.framework.net.modem that implement ModemDevice
 class SerialModemDevice
           
 

Methods in com.eurotech.framework.net.modem that return ModemDevice
 ModemDevice ModemInterface.getModemDevice()
          Return's the associated ModemDevice for this modem
 ModemDevice ModemAddedEvent.getModemDevice()
           
 

Constructors in com.eurotech.framework.net.modem with parameters of type ModemDevice
ModemAddedEvent(ModemDevice modemDevice)
           
 

Uses of ModemDevice in com.eurotech.framework.usb
 

Classes in com.eurotech.framework.usb that implement ModemDevice
 class UsbModemDevice
          Representation of USB modem devices
 



Copyright © 2013. All Rights Reserved.