java.lang.Object | |
↳ | com.ardic.android.parcelables.MobileApnConfig |
Implementation of Parcelable Interface for Mobile Internet Connection Configuration
See also:
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MobileApnConfig.AuthType | Enumerates Authentication Types | ||||||||||
MobileApnConfig.BearerType | Enumerates Bearer Types |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor method for Mobile AP (Access Point)Configuration.
| |||||||||||
Constructor method for Mobile APN Configuration.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns Mobile Access Point name
| |||||||||||
Returns Authentication Type
| |||||||||||
Returns bearer
| |||||||||||
Returns MCC Mobile country code
| |||||||||||
Returns Multimedia Messaging Service Port number
| |||||||||||
Returns Multimedia Messaging Service Proxy address
| |||||||||||
Returns MMSC Multimedia Messaging Service Centre
| |||||||||||
Returns Mobile Network Code
| |||||||||||
Returns User defined Access Point name
| |||||||||||
Returns Network Id
| |||||||||||
Returns User password
| |||||||||||
Returns Port number
| |||||||||||
Returns MMS protocol
| |||||||||||
Returns Proxy address
| |||||||||||
Returns Roaming Protocol
| |||||||||||
Returns Server address
| |||||||||||
Returns Mobile Access Point Type
| |||||||||||
Returns Mobile User name
| |||||||||||
Sets Mobile Access Point name
| |||||||||||
Sets Authentication Type
| |||||||||||
Sets Bearer
| |||||||||||
Sets MCC Mobile Country Code
| |||||||||||
Sets Multimedia Messaging Service Port number
| |||||||||||
Sets Multimedia Messaging Service Proxy address
| |||||||||||
Sets MMSC Multimedia Messaging Service Centre
| |||||||||||
Sets MNC Mobile Network Code
| |||||||||||
Sets user given Mobile APN
| |||||||||||
Sets User password
| |||||||||||
Sets Port number
| |||||||||||
Sets MMS Protocol
| |||||||||||
Sets Proxy address
| |||||||||||
Sets Roaming Protocol
| |||||||||||
Sets Server address
| |||||||||||
Sets Mobile Access Point Type
| |||||||||||
Sets Mobile Access Point user name
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Constructor method for Mobile AP (Access Point)Configuration.
Parameters | |
---|---|
netId |
long :
Network Id. |
name |
String :
Mobile Access Point Name. This value can not be empty. |
mcc |
String :
Mobile Country Code |
mnc |
String :
Mobile Network Code |
apn |
String :
Mobile Access Point APN setting. This value can not be empty. |
user |
String :
Mobile Access Point user name |
server |
String :
Server address |
password |
String :
Mobile Access Point password |
proxy |
String :
Proxy address |
port |
String :
Port number |
mmsProxy |
String :
Multimedia Messaging Service Proxy address |
mmsPort |
String :
Multimedia Messaging Service Port number |
mmsc |
String :
Multimedia Messaging Service Centre, MMS store and forward server address |
authType |
MobileApnConfig.AuthType :
Authentication Type |
type |
String :
Type |
protocol |
String :
Multimedia Messaging Service protocol |
roamingProtocol |
String :
Roaming protocol |
bearer |
MobileApnConfig.BearerType :
bearer
|
Constructor method for Mobile APN Configuration.
Parameters | |
---|---|
name |
String :
Mobile Access Point Name. This value can not be empty. |
mcc |
String :
Mobile Country Code |
mnc |
String :
Mobile Network Code |
apn |
String :
Mobile Access Point APN setting. This value can not be empty. |
user |
String :
Mobile Access Point user name |
server |
String :
Server address |
password |
String :
Mobile Access Point password |
proxy |
String :
Proxy address |
port |
String :
Port number |
mmsProxy |
String :
Multimedia Messaging Service Proxy address |
mmsPort |
String :
Multimedia Messaging Service Port number |
mmsc |
String :
Multimedia Messaging Service Centre, MMS store and forward server address |
authType |
MobileApnConfig.AuthType :
Authentication Type |
type |
String :
Type |
protocol |
String :
Multimedia Messaging Service protocol |
roamingProtocol |
String :
Roaming protocol |
bearer |
MobileApnConfig.BearerType :
bearer
|
Returns Mobile Access Point name
Returns | |
---|---|
String |
apn Mobile Access Point name |
Returns Authentication Type
Returns | |
---|---|
MobileApnConfig.AuthType |
authType Authentication Type |
Returns bearer
Returns | |
---|---|
MobileApnConfig.BearerType |
bearer Bearer |
Returns MCC Mobile country code
Returns | |
---|---|
String |
mmc Mobile country code |
Returns Multimedia Messaging Service Port number
Returns | |
---|---|
String |
mmsPort Multimedia Messaging Service Port number |
Returns Multimedia Messaging Service Proxy address
Returns | |
---|---|
String |
mmsProxy Multimedia Messaging Service Proxy address |
Returns MMSC Multimedia Messaging Service Centre
Returns | |
---|---|
String |
mmsc MMSC store and forward server address |
Returns Mobile Network Code
Returns | |
---|---|
String |
mnc Mobile Network Code |
Returns User defined Access Point name
Returns | |
---|---|
String |
name user defined Access Point name |
Returns Network Id
Returns | |
---|---|
long |
Network Id. Unique id given to the Mobile AP Configuration when inserted into Telephony Provider carriers table. |
Returns User password
Returns | |
---|---|
String |
password user password |
Returns MMS protocol
Returns | |
---|---|
String |
protocol MMS protocol |
Returns Proxy address
Returns | |
---|---|
String |
proxy Proxy address |
Returns Roaming Protocol
Returns | |
---|---|
String |
roamingProtocol Roaming Protocol |
Returns Server address
Returns | |
---|---|
String |
server Server address |
Returns Mobile Access Point Type
Returns | |
---|---|
String |
type Mobile Access Point Type |
Returns Mobile User name
Returns | |
---|---|
String |
user Mobile User Name |
Sets Mobile Access Point name
Parameters | |
---|---|
apn |
String :
Mobile Access Point name
|
Sets Authentication Type
Parameters | |
---|---|
authType |
MobileApnConfig.AuthType :
Authentication Type
|
Sets Bearer
Parameters | |
---|---|
bearer |
MobileApnConfig.BearerType :
Bearer
|
Sets MCC Mobile Country Code
Parameters | |
---|---|
mcc |
String :
MCC Mobile Country Code
|
Sets Multimedia Messaging Service Port number
Parameters | |
---|---|
mmsPort |
String :
Multimedia Messaging Service Port number
|
Sets Multimedia Messaging Service Proxy address
Parameters | |
---|---|
mmsProxy |
String :
Multimedia Messaging Service Proxy address
|
Sets MMSC Multimedia Messaging Service Centre
Parameters | |
---|---|
mmsc |
String :
MMSC store and forward server address
|
Sets MNC Mobile Network Code
Parameters | |
---|---|
mnc |
String :
MNC Mobile Network Code
|
Sets user given Mobile APN
Parameters | |
---|---|
name |
String :
user defined APN
|
Sets User password
Parameters | |
---|---|
password |
String :
User password
|
Sets Port number
Parameters | |
---|---|
port |
String :
Port number
|
Sets MMS Protocol
Parameters | |
---|---|
protocol |
String :
MMS Protocol
|
Sets Proxy address
Parameters | |
---|---|
proxy |
String :
Proxy address
|
Sets Roaming Protocol
Parameters | |
---|---|
roamingProtocol |
String :
Roaming Protocol
|
Sets Server address
Parameters | |
---|---|
server |
String :
Server address
|
Sets Mobile Access Point Type
Parameters | |
---|---|
type |
String :
Mobile Access Point Type
|
Sets Mobile Access Point user name
Parameters | |
---|---|
user |
String :
Mobile Access Point user name
|
Parameters | |
---|---|
dest |
Parcel
|
flags |
int
|