NetworkInterfaceSubType Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies additional information about the type of a network interface.
Namespace: Microsoft.Phone.Net.NetworkInformation
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Enumeration NetworkInterfaceSubType
public enum NetworkInterfaceSubType
<object property="enumerationValue" .../>
Members
| Member name | Description | |
|---|---|---|
| Unknown | There is no additional information about the type of the network interface. | |
| Cellular_GPRS | A network interface that uses General Packet Radio Service (GPRS) cellular technology. This is a 2.5G technology. | |
| Cellular_1XRTT | A network interface that uses Radio Transmission Technology (1xRTT) cellular technology. This is a 2.5G technology. | |
| Cellular_EVDO | A network interface that uses Evolution Data Only (EV-DO) cellular technology. This is a 3G technology. | |
| Cellular_EDGE | A network interface that uses Enhanced Data rates for GSM Evolution (EDGE) cellular technology. This is a 2.5G technology. | |
| Cellular_3G | A network interface that uses third-generation (3G) cellular technology. | |
| Cellular_HSPA | A network interface that uses High-Speed Downlink Packet Access (HSPA) cellular technology. This is a 3.5G technology. | |
| Cellular_EVDV | A network interface that uses Evolution Data and Voice (EV-DV) cellular technology. This is a 3G technology. | |
| Desktop_PassThru | A desktop pass-through network interface. | |
| WiFi | A network interface that uses wireless technology (802.11). | |
| Cellular_LTE | A network interface that uses Long Term Evolution (LTE) cellular technology. This is a 4G technology. | |
| Cellular_EHRPD | A network interface that uses Enhanced High Rate Packet Data (EHRPD) cellular technology. This is a 4G technology. |
Remarks
The default value is Unknown.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.Net.NetworkInformation Namespace
Other Resources
Network and network interface information for Windows Phone 8