The members of Android.Net.NetworkCapabilities are listed below.
See Also: Inherited members from Java.Lang.Object
const | NetCapabilityCbs | NetCapability (5). Indicates this is a network that has the ability to reach the carrier's CBS servers, used for carrier specific services. |
const | NetCapabilityDun | NetCapability (2). Indicates this is a network that has the ability to reach the carrier's DUN or tethering gateway. |
const | NetCapabilityEims | NetCapability (10). Indicates this is a network that has the ability to reach a carrier's Emergency IMS servers, used for network signaling during emergency calls. |
const | NetCapabilityFota | NetCapability (3). Indicates this is a network that has the ability to reach the carrier's FOTA portal, used for over the air updates. |
const | NetCapabilityIa | NetCapability (7). Indicates this is a network that has the ability to reach a carrier's Initial Attach servers. |
const | NetCapabilityIms | NetCapability (4). Indicates this is a network that has the ability to reach the carrier's IMS servers, used for network registration and signaling. |
const | NetCapabilityInternet | NetCapability (12). Indicates that this network should be able to reach the internet. |
const | NetCapabilityMms | NetCapability (0). Indicates this is a network that has the ability to reach the carrier's MMSC for sending and receiving MMS messages. |
const | NetCapabilityNotMetered | NetCapability (11). Indicates that this network is unmetered. |
const | NetCapabilityNotRestricted | NetCapability (13). Indicates that this network is available for general use. |
const | NetCapabilityNotVpn | NetCapability (15). |
const | NetCapabilityRcs | NetCapability (8). Indicates this is a network that has the ability to reach a carrier's RCS servers, used for Rich Communication Services. |
const | NetCapabilitySupl | NetCapability (1). Indicates this is a network that has the ability to reach the carrier's SUPL server, used to retrieve GPS information. |
const | NetCapabilityTrusted | NetCapability (14). Indicates that the user has indicated implicit trust of this network. |
const | NetCapabilityWifiP2p | NetCapability (6). Indicates this is a network that has the ability to reach a Wi-Fi direct peer. |
const | NetCapabilityXcap | NetCapability (9). Indicates this is a network that has the ability to reach a carrier's XCAP servers, used for configuration and control. |
const | TransportBluetooth | TransportType (2). Indicates this network uses a Bluetooth transport. |
const | TransportCellular | TransportType (0). Indicates this network uses a Cellular transport. |
const | TransportEthernet | TransportType (3). Indicates this network uses an Ethernet transport. |
const | TransportVpn | TransportType (4). Indicates this network uses a VPN transport. |
const | TransportWifi | TransportType (1). Indicates this network uses a Wi-Fi transport. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | LinkDownstreamBandwidthKbps | int. Retrieves the downstream bandwidth for this network in Kbps. |
[read-only] | LinkUpstreamBandwidthKbps | int. Retrieves the upstream bandwidth for this network in Kbps. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
HasCapability(NetCapability)Tests for the presence of a capabilitity on this instance. | ||
HasTransport(TransportType)Tests for the presence of a transport on this instance. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |