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. Allowed values:
Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ |
AllowedProtocolMaskInDomesticRoaming | integer | The Internet Protocol versions that the system supports while roaming. Allowed values:
Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ |
AllowedProtocolMaskInRoaming | integer | The Internet Protocol versions that the system supports while roaming. Allowed values:
Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ |
AuthenticationType | string | The authentication type for logging in. |
DefaultProtocolMask | integer | The default Internet Protocol versions. Allowed values:
Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ Deprecated: iOS 11+ | iPadOS 11+ |
EnableXLAT464 | boolean | If Available: iOS 16+ | iPadOS 16+ | watchOS 9+ |
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. |