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

Packages that use ModemDevice
com.eurotech.framework.net Contains interfaces and event model to manage and configure network interfaces on a given system. 
com.eurotech.framework.net.modem Provides interfaces for instances and configurations of modems. 
com.eurotech.framework.usb Provides services and interfaces for finding and managing USB devices within the system. 
 

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.modem
 

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

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

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.