|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModemConfig.PdpType | |
---|---|
com.eurotech.framework.net.modem | Provides interfaces for instances and configurations of modems. |
Uses of ModemConfig.PdpType in com.eurotech.framework.net.modem |
---|
Methods in com.eurotech.framework.net.modem that return ModemConfig.PdpType | |
---|---|
ModemConfig.PdpType |
ModemConfig.getPdpType()
Reports PDP type. |
static ModemConfig.PdpType |
ModemConfig.PdpType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModemConfig.PdpType[] |
ModemConfig.PdpType.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.PdpType | |
---|---|
void |
ModemConfig.setPdpType(ModemConfig.PdpType pdpType)
Sets PDP type. |
Constructors in com.eurotech.framework.net.modem with parameters of type ModemConfig.PdpType | |
---|---|
ModemConfig(int profileID,
ModemConfig.PdpType pdpType,
String apn,
IPAddress ipAddress,
int dataCompression,
int headerCompresion)
PDP config constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |