ConnectivityType 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.
Enumerates values returned by several types and taken as a parameter of several methods of ConnectivityManager.
public enum ConnectivityType
type ConnectivityType =
- Inheritance
-
ConnectivityType
Fields
Name | Value | Description |
---|---|---|
Mobile | 0 | The Mobile data connection. |
Wifi | 1 | The WIFI data connection. |
MobileMms | 2 | An MMS-specific Mobile data connection. |
MobileSupl | 3 | A SUPL-specific Mobile data connection. |
MobileDun | 4 | A DUN-specific Mobile data connection. |
MobileHipri | 5 | A High Priority Mobile data connection. |
Wimax | 6 | The WiMAX data connection. |
Bluetooth | 7 | The Bluetooth data connection. |
Dummy | 8 | Dummy data connection. |
Ethernet | 9 | The Ethernet data connection. |
Vpn | 17 |
Remarks
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.