MobileBroadbandCellLte MobileBroadbandCellLte MobileBroadbandCellLte MobileBroadbandCellLte Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Represents LTE network provider/cell information including identifications as well as its respective signal strength.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : sealed class MobileBroadbandCellLte : IMobileBroadbandCellLtepublic sealed class MobileBroadbandCellLte : IMobileBroadbandCellLtePublic NotInheritable Class MobileBroadbandCellLte Implements IMobileBroadbandCellLte// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Properties

CellId CellId CellId CellId

Prerelease. Gets the cell ID.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : IReference<int> CellId { get; }public Nullable<int> CellId { get; }Public ReadOnly Property CellId As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

The cell ID.

Remarks

Returns null if unknown.

ChannelNumber ChannelNumber ChannelNumber ChannelNumber

Prerelease. Gets the UNTRA Absolute Radio Frequency Channel Number for serving cell.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : IReference<int> ChannelNumber { get; }public Nullable<int> ChannelNumber { get; }Public ReadOnly Property ChannelNumber As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

The UNTRA Absolute Radio Frequency Channel Number for serving cell.

Remarks

The range of this value is 0~65535; returns null if unknown.

PhysicalCellId PhysicalCellId PhysicalCellId PhysicalCellId

Prerelease. Gets the pysical cell ID.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : IReference<int> PhysicalCellId { get; }public Nullable<int> PhysicalCellId { get; }Public ReadOnly Property PhysicalCellId As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

The cell ID.

Remarks

The range of this value is 0~503; returns null if unknown.

ProviderId ProviderId ProviderId ProviderId

Prerelease. Gets a concatenated string of MCC and MNC.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : PlatForm::String ProviderId { get; }public string ProviderId { get; }Public ReadOnly Property ProviderId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The provider ID.

Remarks

Returns null if unknown.

ReferenceSignalReceivedPowerInDBm ReferenceSignalReceivedPowerInDBm ReferenceSignalReceivedPowerInDBm ReferenceSignalReceivedPowerInDBm

Prerelease. Gets the average Reference Signal Received Power in dBm.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : IReference<double> ReferenceSignalReceivedPowerInDBm { get; }public Nullable<double> ReferenceSignalReceivedPowerInDBm { get; }Public ReadOnly Property ReferenceSignalReceivedPowerInDBm As Nullable<double>// You can use this property in JavaScript.
Value
IReference<double> Nullable<double> Nullable<double> Nullable<double>

The average Reference Signal Received Power in dBm.

Remarks

The range of this value is -140~44; returns null if unknown.

ReferenceSignalReceivedQualityInDBm ReferenceSignalReceivedQualityInDBm ReferenceSignalReceivedQualityInDBm ReferenceSignalReceivedQualityInDBm

Prerelease. Gets the average Reference Signal Received Quality in dBm.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : IReference<double> ReferenceSignalReceivedQualityInDBm { get; }public Nullable<double> ReferenceSignalReceivedQualityInDBm { get; }Public ReadOnly Property ReferenceSignalReceivedQualityInDBm As Nullable<double>// You can use this property in JavaScript.
Value
IReference<double> Nullable<double> Nullable<double> Nullable<double>

The average Reference Signal Received Quality in dBm.

Remarks

The range of this value is -20~-3; returns null if unknown.

TimingAdvanceInBitPeriods TimingAdvanceInBitPeriods TimingAdvanceInBitPeriods TimingAdvanceInBitPeriods

Prerelease. Gets the Timing Advance in bit periods, where a bit period is 48/13us.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : IReference<int> TimingAdvanceInBitPeriods { get; }public Nullable<int> TimingAdvanceInBitPeriods { get; }Public ReadOnly Property TimingAdvanceInBitPeriods As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

The Timing Advance in bit periods.

Remarks

The range of this value is 0~255; returns null if unknown.

TrackingAreaCode TrackingAreaCode TrackingAreaCode TrackingAreaCode

Prerelease. Gets the Tracking Area Code.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : IReference<int> TrackingAreaCode { get; }public Nullable<int> TrackingAreaCode { get; }Public ReadOnly Property TrackingAreaCode As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

The Tracking Area Code.

Remarks

The range of this value is 0~65535; returns null if unknown.