Cellular.APNsItem
A dictionary that contains details about an access point name (APN) configuration.
Declaration
object Cellular.APNsItemProperties
| Name | Type | Description |
|---|---|---|
AllowedProtocolMask | integer | The Internet Protocol versions that the system supports. Available in iOS 10.3 and later. Allowed values:
|
AllowedProtocolMaskInDomesticRoaming | integer | The Internet Protocol versions that the system supports while roaming. Available in iOS 10.3 and later. Allowed values:
|
AllowedProtocolMaskInRoaming | integer | The Internet Protocol versions that the system supports while roaming. Available in iOS 10.3 and later. Allowed values:
|
AuthenticationType | string | The authentication type for logging in. |
DefaultProtocolMask | integer | The default Internet Protocol versions. Available in iOS 10.3 but no longer used in iOS 11 and later. Allowed values:
|
EnableXLAT464 | boolean | If |
Name Required | string | The name for this configuration. |
Password | string | The user’s password for the APN. |
ProxyPort | integer | The proxy server’s port number. |
ProxyServer | string | The proxy server’s address. |
Username | string | The user name for the APN. |