MobileBroadbandCellCdma
MobileBroadbandCellCdma
MobileBroadbandCellCdma
MobileBroadbandCellCdma
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 CDMA 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 MobileBroadbandCellCdma : IMobileBroadbandCellCdmapublic sealed class MobileBroadbandCellCdma : IMobileBroadbandCellCdmaPublic NotInheritable Class MobileBroadbandCellCdma Implements IMobileBroadbandCellCdma// 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
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~65535; returns null if unknown.
BaseStationLastBroadcastGpsTime BaseStationLastBroadcastGpsTime BaseStationLastBroadcastGpsTime BaseStationLastBroadcastGpsTime
Prerelease. Gets the time elapsed since the location information from base station reached mobile station.
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<TimeSpan> BaseStationLastBroadcastGpsTime { get; }public Nullable<TimeSpan> BaseStationLastBroadcastGpsTime { get; }Public ReadOnly Property BaseStationLastBroadcastGpsTime As Nullable<TimeSpan>// You can use this property in JavaScript.
- Value
- IReference<TimeSpan> Nullable<TimeSpan> Nullable<TimeSpan> Nullable<TimeSpan>
The time elapsed since the location information from base station reached mobile station.
BaseStationLatitude BaseStationLatitude BaseStationLatitude BaseStationLatitude
Prerelease. Gets the base station latitude.
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> BaseStationLatitude { get; }public Nullable<double> BaseStationLatitude { get; }Public ReadOnly Property BaseStationLatitude As Nullable<double>// You can use this property in JavaScript.
- Value
- IReference<double> Nullable<double> Nullable<double> Nullable<double>
The base station latitude.
Remarks
The range of this value is -89.999931 ~ 90; returns null if unknown.
BaseStationLongitude BaseStationLongitude BaseStationLongitude BaseStationLongitude
Prerelease. Gets the base station longitude.
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> BaseStationLongitude { get; }public Nullable<double> BaseStationLongitude { get; }Public ReadOnly Property BaseStationLongitude As Nullable<double>// You can use this property in JavaScript.
- Value
- IReference<double> Nullable<double> Nullable<double> Nullable<double>
The base station longitude.
Remarks
The range of this value is 179.999931 ~ 180; returns null if unknown.
BaseStationPNCode BaseStationPNCode BaseStationPNCode BaseStationPNCode
Prerelease. Gets the base station PN Number.
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> BaseStationPNCode { get; }public Nullable<int> BaseStationPNCode { get; }Public ReadOnly Property BaseStationPNCode As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The base station PN Number.
Remarks
The range of this value is 0~511; returns null if unknown.
NetworkId NetworkId NetworkId NetworkId
Prerelease. Gets the network ID in CDMA only.
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> NetworkId { get; }public Nullable<int> NetworkId { get; }Public ReadOnly Property NetworkId As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The network ID in CDMA
Remarks
The range of this value is 0~65535; returns null if unknown.
PilotSignalStrengthInDB PilotSignalStrengthInDB PilotSignalStrengthInDB PilotSignalStrengthInDB
Prerelease. Gets the pilot 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> PilotSignalStrengthInDB { get; }public Nullable<double> PilotSignalStrengthInDB { get; }Public ReadOnly Property PilotSignalStrengthInDB As Nullable<double>// You can use this property in JavaScript.
- Value
- IReference<double> Nullable<double> Nullable<double> Nullable<double>
The pilot signal strength in dB.
Remarks
The range of this value is -120~-25; returns null if unknown.
SystemId SystemId SystemId SystemId
Prerelease. Gets the system ID in CDMA only.
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> SystemId { get; }public Nullable<int> SystemId { get; }Public ReadOnly Property SystemId As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The system ID in CDMA
Remarks
The range of this value is 0~32767; returns null if unknown.