MobileBroadbandCellUmts
MobileBroadbandCellUmts
MobileBroadbandCellUmts
MobileBroadbandCellUmts
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 UMTS 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 MobileBroadbandCellUmts : IMobileBroadbandCellUmtspublic sealed class MobileBroadbandCellUmts : IMobileBroadbandCellUmtsPublic NotInheritable Class MobileBroadbandCellUmts Implements IMobileBroadbandCellUmts// You can use this class in JavaScript.
- Attributes
| 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 UTRAN 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 UTRAN Absolute Radio Frequency Channel Number for serving cell.
Remarks
The range of this value is 0~16383; 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.
PathLossInDB PathLossInDB PathLossInDB PathLossInDB
Prerelease. Gets the path loss 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> PathLossInDB { get; }public Nullable<double> PathLossInDB { get; }Public ReadOnly Property PathLossInDB As Nullable<double>// You can use this property in JavaScript.
- Value
- IReference<double> Nullable<double> Nullable<double> Nullable<double>
The path loss in dB.
Remarks
The range of this value is 46~173; returns null if unknown.
PrimaryScramblingCode PrimaryScramblingCode PrimaryScramblingCode PrimaryScramblingCode
Prerelease. Gets the primary scrambling code of 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> PrimaryScramblingCode { get; }public Nullable<int> PrimaryScramblingCode { get; }Public ReadOnly Property PrimaryScramblingCode As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The primary scrambling code of serving cell.
Remarks
The range of this value is 0~511; 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.
ReceivedSignalCodePowerInDBm ReceivedSignalCodePowerInDBm ReceivedSignalCodePowerInDBm ReceivedSignalCodePowerInDBm
Prerelease. Gets the received signal code 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> ReceivedSignalCodePowerInDBm { get; }public Nullable<double> ReceivedSignalCodePowerInDBm { get; }Public ReadOnly Property ReceivedSignalCodePowerInDBm As Nullable<double>// You can use this property in JavaScript.
- Value
- IReference<double> Nullable<double> Nullable<double> Nullable<double>
The received signal code power in dBm.
Remarks
The range of this value is -120~-25; returns null if unknown.
SignalToNoiseRatioInDB SignalToNoiseRatioInDB SignalToNoiseRatioInDB SignalToNoiseRatioInDB
Prerelease. Gets the signal to noise ratio 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> SignalToNoiseRatioInDB { get; }public Nullable<double> SignalToNoiseRatioInDB { get; }Public ReadOnly Property SignalToNoiseRatioInDB As Nullable<double>// You can use this property in JavaScript.
- Value
- IReference<double> Nullable<double> Nullable<double> Nullable<double>
The received signal code power in dBm.
Remarks
This value is the ratio of the received energy per PN chip for the CPICH to the total received power spectral density at the antenna. The range of this value is -50~0; returns null if unknown.