PhoneNetworkState 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.
Describes the network registration status of a phone line.
public enum class PhoneNetworkState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneNetworkState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneNetworkState
var value = Windows.ApplicationModel.Calls.PhoneNetworkState.unknown
Public Enum PhoneNetworkState
- Inheritance
-
PhoneNetworkState
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v1.0)
|
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The registration status of the phone line is unknown. |
NoSignal | 1 | Could not detect a signal on the phone line, or the phone line is limited to emergency calls only. |
Deregistered | 2 | The phone line has been de-registered. |
Denied | 3 | Could not register the phone line with any available network. |
Searching | 4 | Searching for a network for the phone line. |
Home | 5 | The phone line is registered and is on the carrier's home network. |
RoamingInternational | 6 | The phone line is registered and is roaming internationally on another carrier's network. |
RoamingDomestic | 7 | The phone line is registered and is roaming domestically on another carrier's network. |