Skip navigation links
C D E G O P S T V W 

C

com.senter.support.openapi - package com.senter.support.openapi
 
CREATOR - Static variable in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
 

D

describeContents() - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
 
disableNcard() - Static method in class com.senter.support.openapi.StNetMnger2
Disable the network card

E

E_DHCP_TIMEOUT - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
DHCP timeout
E_INVALID_DNS1 - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
 
E_INVALID_DNS2 - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
 
E_INVALID_GATEWAY - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
 
E_INVALID_IP - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
 
E_INVALID_SUBMASK - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
 
E_NCARD_OPEN - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
network card open failed
E_SUBIP_COUNTOUT - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
Set IP number is out of range
enableNcard() - Static method in class com.senter.support.openapi.StNetMnger2
Enable the network card

G

getDNS1() - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Get DNS1
getDNS2() - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Get DNS2
getGateway() - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Get Gateway
getIP() - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Get IP address
getNCardProp() - Static method in class com.senter.support.openapi.StNetMnger2
Get network card configuration information
getNCardState() - Static method in class com.senter.support.openapi.StNetMnger2
View current status of network card
getNetcardMAC() - Static method in class com.senter.support.openapi.StNetMnger2
Get the netcard MAC.
getNetmask() - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Get Subnet Mask
getNetworkNodeCurrentTraffic(StNetMnger2.NetworkNode) - Static method in class com.senter.support.openapi.StNetMnger2
getPassWord() - Method in class com.senter.support.openapi.StNetMnger2.PPPoEAccount
getPPPoECurrentTraffic() - Static method in class com.senter.support.openapi.StNetMnger2
getPPPoELatestAccount() - Static method in class com.senter.support.openapi.StNetMnger2
getPPPoEProp() - Static method in class com.senter.support.openapi.StNetMnger2
Get the network configuration information after PPPoE dial-up successful.
getPPPoEState() - Static method in class com.senter.support.openapi.StNetMnger2
get PPPoE State
getRxByByte() - Method in class com.senter.support.openapi.StNetMnger2.NetworkNodeTraffic
getRxByByte() - Method in class com.senter.support.openapi.StNetMnger2.PPPoETraffic
Deprecated.
getTxByByte() - Method in class com.senter.support.openapi.StNetMnger2.NetworkNodeTraffic
getTxByByte() - Method in class com.senter.support.openapi.StNetMnger2.PPPoETraffic
Deprecated.
getUserName() - Method in class com.senter.support.openapi.StNetMnger2.PPPoEAccount

O

onNotify(int, int, int, Object) - Method in interface com.senter.support.openapi.StNetMnger2.IHandlerLikeNotify
Message notification

P

PPPOE_ERROR_DESCRIPTIONS - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
 

S

S_FALSE - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
failed
S_OK - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
success
S_REPORT - Static variable in class com.senter.support.openapi.StNetMnger2.StConst
 
setDNS1(String) - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Set DNS1
setDNS2(String) - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Set DNS2
setGateway(String) - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Set Gateway
setIP(String) - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Set IP address
setNetmask(String) - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
Set Subnet Mask
setStaticIP(StNetMnger2.StNetCfgInfo, StNetMnger2.IHandlerLikeNotify) - Static method in class com.senter.support.openapi.StNetMnger2
Set static IP.Asynchronous function, setting results can be obtained through the notify interfaces.
startDHCP(StNetMnger2.IHandlerLikeNotify) - Static method in class com.senter.support.openapi.StNetMnger2
Start DHCP, obtain legal network configuration
startPPPoEDial(String, String, StNetMnger2.IHandlerLikeNotify) - Static method in class com.senter.support.openapi.StNetMnger2
Start PPPoE dialing.
StConst() - Constructor for class com.senter.support.openapi.StNetMnger2.StConst
 
StNetCfgInfo() - Constructor for class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
 
StNetCfgInfo(String, String, String, String, String) - Constructor for class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
According to the specified parameters to generate an instance InnerStNetCfgInfo
StNetCfgInfo(Parcel) - Constructor for class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
 
StNetMnger2 - Class in com.senter.support.openapi
Network management, including set and get static IP and DHCP information.
StNetMnger2.IHandlerLikeNotify - Interface in com.senter.support.openapi
Event notification interface which is similar as Handler
StNetMnger2.NetworkNode - Enum in com.senter.support.openapi
Network Node
StNetMnger2.NetworkNodeTraffic - Class in com.senter.support.openapi
network node traffic
StNetMnger2.PPPoEAccount - Class in com.senter.support.openapi
StNetMnger2.PPPoETraffic - Class in com.senter.support.openapi
Deprecated.
StNetMnger2.StConst - Class in com.senter.support.openapi
 
StNetMnger2.StConst.PPPoE_Err - Enum in com.senter.support.openapi
PPPoE error value
StNetMnger2.StNetCfgInfo - Class in com.senter.support.openapi
stopPPPoEDial() - Static method in class com.senter.support.openapi.StNetMnger2
Disconnect PPPoE

T

toString() - Method in class com.senter.support.openapi.StNetMnger2.NetworkNodeTraffic
 
toString() - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
 

V

valueOf(String) - Static method in enum com.senter.support.openapi.StNetMnger2.NetworkNode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.senter.support.openapi.StNetMnger2.StConst.PPPoE_Err
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.senter.support.openapi.StNetMnger2.NetworkNode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.senter.support.openapi.StNetMnger2.StConst.PPPoE_Err
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHAT_BANDWIDTH_METER - Static variable in interface com.senter.support.openapi.StNetMnger2.IHandlerLikeNotify
Classifying label of bandwidth test
WHAT_DHCP - Static variable in interface com.senter.support.openapi.StNetMnger2.IHandlerLikeNotify
DHCP Classifying label
WHAT_ETHERNET - Static variable in interface com.senter.support.openapi.StNetMnger2.IHandlerLikeNotify
Classifying label of network card control
WHAT_NET_LAYER - Static variable in interface com.senter.support.openapi.StNetMnger2.IHandlerLikeNotify
Net Layer Classifying label
WHAT_PING - Static variable in interface com.senter.support.openapi.StNetMnger2.IHandlerLikeNotify
PING Classifying label
WHAT_PPPOE - Static variable in interface com.senter.support.openapi.StNetMnger2.IHandlerLikeNotify
Classifying label of dial-up networking
writeToParcel(Parcel, int) - Method in class com.senter.support.openapi.StNetMnger2.StNetCfgInfo
 
C D E G O P S T V W 
Skip navigation links