PhoneNetworkState
PhoneNetworkState
PhoneNetworkState
PhoneNetworkState
Enum
Definition
Describes the network registration status of a phone line.
public : enum class PhoneNetworkStatepublic enum PhoneNetworkStatePublic Enum PhoneNetworkState// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced v1)
|
Fields
| Denied Denied Denied Denied | Could not register the phone line with any available network. |
| Deregistered Deregistered Deregistered Deregistered | The phone line has been de-registered. |
| Home Home Home Home | The phone line is registered and is on the carrier's home network. |
| NoSignal NoSignal NoSignal NoSignal | Could not detect a signal on the phone line, or the phone line is limited to emergency calls only. |
| RoamingDomestic RoamingDomestic RoamingDomestic RoamingDomestic | The phone line is registered and is roaming domestically on another carrier's network. |
| RoamingInternational RoamingInternational RoamingInternational RoamingInternational | The phone line is registered and is roaming internationally on another carrier's network. |
| Searching Searching Searching Searching | Searching for a network for the phone line. |
| Unknown Unknown Unknown Unknown | The registration status of the phone line is unknown. |