Package | Description |
---|---|
com.eurotech.framework.net.modem |
Provides interfaces for instances and configurations of modems.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ModemConfig.setPdpType(ModemConfig.PdpType pdpType)
Sets PDP type.
|
Constructor and Description |
---|
ModemConfig(int profileID,
ModemConfig.PdpType pdpType,
String apn,
IPAddress ipAddress,
int dataCompression,
int headerCompresion)
PDP config constructor
|
Copyright © 2013. All Rights Reserved.