MobileBroadbandCellTdscdma
MobileBroadbandCellTdscdma
MobileBroadbandCellTdscdma
MobileBroadbandCellTdscdma
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 TDSCDMA 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 MobileBroadbandCellTdscdma : IMobileBroadbandCellTdscdmapublic sealed class MobileBroadbandCellTdscdma : IMobileBroadbandCellTdscdmaPublic NotInheritable Class MobileBroadbandCellTdscdma Implements IMobileBroadbandCellTdscdma// 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.
CellParameterId CellParameterId CellParameterId CellParameterId
Prerelease. Gets the cell parameter 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> CellParameterId { get; }public Nullable<int> CellParameterId { get; }Public ReadOnly Property CellParameterId As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The cell parameter ID.
Remarks
The range of this value is 0~127; returns null if unknown.
ChannelNumber ChannelNumber ChannelNumber ChannelNumber
Prerelease. Gets the 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 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
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 -128~-25; 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.