Protocols Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
APN network protocols.
public enum Protocols
type Protocols =
- Inheritance
-
Protocols
Fields
| Name | Value | Description |
|---|---|---|
| Ip | 0 | Internet protocol. |
| Ipv6 | 1 | Internet protocol, version 6. |
| Ipv4v6 | 2 | Virtual PDP type introduced to handle dual IP stack UE capability. |
| Ppp | 3 | Point to point protocol. |
| NonIp | 4 | Transfer of Non-IP data to external packet data network. |
| Unstructured | 5 | Transfer of Unstructured data to the Data Network via N6. |
Remarks
Java documentation for android.telephony.data.ApnSetting.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.