WwanNetworkRegistrationState 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 the network registration states for a WWAN connection.
public enum class WwanNetworkRegistrationState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.Connectivity.WwanContract, 65536)]
enum class WwanNetworkRegistrationState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.Connectivity.WwanContract), 65536)]
public enum WwanNetworkRegistrationState
var value = Windows.Networking.Connectivity.WwanNetworkRegistrationState.none
Public Enum WwanNetworkRegistrationState
- Inheritance
-
WwanNetworkRegistrationState
- 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 | No networks found for this connection. |
Deregistered | 1 | The connection is not registered with a network. |
Searching | 2 | Searching for available networks. |
Home | 3 | The connection is registered with a home network. |
Roaming | 4 | The connection is registered with a roaming network. |
Partner | 5 | The connection is registered with a roaming network partner. |
Denied | 6 | Registration of the connection with all available networks is denied. However, emergency voice calls may still be made. This value applies only to voice connections, and not to data connections. |