Uses of Class
com.eurotech.framework.net.modem.ModemConfig.AuthType

Packages that use ModemConfig.AuthType
com.eurotech.framework.net.modem Provides interfaces for instances and configurations of modems. 
 

Uses of ModemConfig.AuthType in com.eurotech.framework.net.modem
 

Methods in com.eurotech.framework.net.modem that return ModemConfig.AuthType
 ModemConfig.AuthType ModemConfig.getAuthType()
          Reports authentication type.
static ModemConfig.AuthType ModemConfig.AuthType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModemConfig.AuthType[] ModemConfig.AuthType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eurotech.framework.net.modem with parameters of type ModemConfig.AuthType
 void ModemConfig.setAuthType(ModemConfig.AuthType authType)
          Sets authentication type.
 



Copyright © 2013. All Rights Reserved.