WwanDataClass 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.
Defines values used to indicate the class of data service provided by a WWAN network connection.
This enumeration supports a bitwise combination of its member values.
public enum class WwanDataClass
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.Connectivity.WwanContract, 65536)]
enum class WwanDataClass
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.Connectivity.WwanContract), 65536)]
public enum WwanDataClass
var value = Windows.Networking.Connectivity.WwanDataClass.none
Public Enum WwanDataClass
- Inheritance
-
WwanDataClass
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Networking.Connectivity.WwanContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | The network does not provide a data service. |
Gprs | 1 | The network provides General Packet Radio Service (GPRS) data service. |
Edge | 2 | The network provides Enhanced Data for Global Evolution (EDGE). |
Umts | 4 | The network provides Universal Mobile Telecommunications System (UMTS) data service. |
Hsdpa | 8 | The network provides High-Speed Downlink Packet Access (HSDPA) data service. |
Hsupa | 16 | The network provides High-Speed Uplink Packet Access (HSUPA) data service. |
LteAdvanced | 32 | The network provides LTE Advanced data service. |
NewRadioNonStandalone | 64 | |
NewRadioStandalone | 128 | |
Cdma1xRtt | 65536 | The network provides CDMA 1x Radio Transmission Technology (1xRTT) data service. |
Cdma1xEvdo | 131072 | This network provides CDMA Evolution-Data Optimized (originally Data Only, 1xEDVO, also known as CDMA2000 1x EV-DO, or 1x EVDO) data service. |
Cdma1xEvdoRevA | 262144 | The network provides 1xEVDO RevA data service. |
Cdma1xEvdv | 524288 | The network provides CDMA Evolution-Data/Voice (also known as CDMA 2000 1x EV-DV, or 1x EVDV) data service is supported. |
Cdma3xRtt | 1048576 | The network provides CDMA 3x Radio Transmission Technology (3xRTT) data service. |
Cdma1xEvdoRevB | 2097152 | The network provides 1xEVDO RevB data service. |
CdmaUmb | 4194304 | The network provides UMB data service. |
Custom | 2147483648 | The network provides a data service not listed in this table. |