MobileBroadbandCellGsm MobileBroadbandCellGsm MobileBroadbandCellGsm MobileBroadbandCellGsm 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 GSM 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 MobileBroadbandCellGsm : IMobileBroadbandCellGsmpublic sealed class MobileBroadbandCellGsm : IMobileBroadbandCellGsmPublic NotInheritable Class MobileBroadbandCellGsm Implements IMobileBroadbandCellGsm// 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

BaseStationId BaseStationId BaseStationId BaseStationId

Prerelease. Gets the base station 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> BaseStationId { get; }public Nullable<int> BaseStationId { get; }Public ReadOnly Property BaseStationId As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

The base station ID.

Remarks

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

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 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 Absolute Radio Frequency Channel Number for serving cell.

Remarks

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

LocationAreaCode LocationAreaCode LocationAreaCode LocationAreaCode

Prerelease. Gets the Location Area Code (LAC).

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> LocationAreaCode { get; }public Nullable<int> LocationAreaCode { get; }Public ReadOnly Property LocationAreaCode As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

The Location Area Code (LAC).

Remarks

The range of this value is 0~65535; 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.

ReceivedSignalStrengthInDBm ReceivedSignalStrengthInDBm ReceivedSignalStrengthInDBm ReceivedSignalStrengthInDBm

Prerelease. Gets the received signal strength in dB.

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> ReceivedSignalStrengthInDBm { get; }public Nullable<double> ReceivedSignalStrengthInDBm { get; }Public ReadOnly Property ReceivedSignalStrengthInDBm As Nullable<double>// You can use this property in JavaScript.
Value
IReference<double> Nullable<double> Nullable<double> Nullable<double>

The received signal strength, in dB.

Remarks

The range of this value is -110~49; 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.