public static class StNetMnger2.StConst
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StNetMnger2.StConst.PPPoE_Err
PPPoE error value
|
Modifier and Type | Field and Description |
---|---|
static int |
E_DHCP_TIMEOUT
DHCP timeout
|
static int |
E_INVALID_DNS1 |
static int |
E_INVALID_DNS2 |
static int |
E_INVALID_GATEWAY |
static int |
E_INVALID_IP |
static int |
E_INVALID_SUBMASK |
static int |
E_NCARD_OPEN
network card open failed
|
static int |
E_SUBIP_COUNTOUT
Set IP number is out of range
|
static java.lang.String[] |
PPPOE_ERROR_DESCRIPTIONS |
static int |
S_FALSE
failed
|
static int |
S_OK
success
|
static int |
S_REPORT |
Constructor and Description |
---|
StConst() |
public static final int S_OK
public static final int S_FALSE
public static final int S_REPORT
public static final int E_INVALID_IP
public static final int E_INVALID_SUBMASK
public static final int E_INVALID_GATEWAY
public static final int E_INVALID_DNS1
public static final int E_INVALID_DNS2
public static final int E_DHCP_TIMEOUT
public static final int E_SUBIP_COUNTOUT
public static final int E_NCARD_OPEN
public static final java.lang.String[] PPPOE_ERROR_DESCRIPTIONS