PhoneNetworkState Enum

Definition

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

Denied 3

Could not register the phone line with any available network.

Deregistered 2

The phone line has been de-registered.

Home 5

The phone line is registered and is on the carrier's home network.

NoSignal 1

Could not detect a signal on the phone line, or the phone line is limited to emergency calls only.

RoamingDomestic 7

The phone line is registered and is roaming domestically on another carrier's network.

RoamingInternational 6

The phone line is registered and is roaming internationally on another carrier's network.

Searching 4

Searching for a network for the phone line.

Unknown 0

The registration status of the phone line is unknown.

Applies to