Uses of Class
com.eurotech.framework.net.modem.ModemPowerMode

Packages that use ModemPowerMode
com.eurotech.framework.core.net.modem   
com.eurotech.framework.net.modem   
 

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

Methods in com.eurotech.framework.core.net.modem that return ModemPowerMode
 ModemPowerMode ModemInterfaceImpl.getPowerMode()
           
 

Methods in com.eurotech.framework.core.net.modem with parameters of type ModemPowerMode
 void ModemInterfaceImpl.setPowerMode(ModemPowerMode powerMode)
           
 

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

Methods in com.eurotech.framework.net.modem that return ModemPowerMode
 ModemPowerMode ModemInterface.getPowerMode()
          Reports modem's power mode.
static ModemPowerMode ModemPowerMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModemPowerMode[] ModemPowerMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.