MobileBroadbandCellsInfo
MobileBroadbandCellsInfo
MobileBroadbandCellsInfo
MobileBroadbandCellsInfo
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.]
Retrieves the serving and neighboring network cell information including respective signal strength and cell tower identification information.
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 MobileBroadbandCellsInfo : IMobileBroadbandCellsInfopublic sealed class MobileBroadbandCellsInfo : IMobileBroadbandCellsInfoPublic NotInheritable Class MobileBroadbandCellsInfo Implements IMobileBroadbandCellsInfo// 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
NeighboringCellsCdma NeighboringCellsCdma NeighboringCellsCdma NeighboringCellsCdma
Prerelease. Gets a read-only array of neighboring [MobileBroadbandCellCdma](mobilebroadbandcellcdma.md containing all CDMA providers.
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 : IVectorView<MobileBroadbandCellCdma> NeighboringCellsCdma { get; }public IReadOnlyList<MobileBroadbandCellCdma> NeighboringCellsCdma { get; }Public ReadOnly Property NeighboringCellsCdma As IReadOnlyList<MobileBroadbandCellCdma>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellCdma> IReadOnlyList<MobileBroadbandCellCdma> IReadOnlyList<MobileBroadbandCellCdma> IReadOnlyList<MobileBroadbandCellCdma>
A read-only array of neighboring [MobileBroadbandCellCdma](mobilebroadbandcellcdma.md containing all CDMA providers.
Remarks
If not available or unknown, the size of array is 0.
NeighboringCellsGsm NeighboringCellsGsm NeighboringCellsGsm NeighboringCellsGsm
Prerelease. Gets a read-only array of neighboring MobileBroadbandCellGsm containing all GSM providers.
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 : IVectorView<MobileBroadbandCellGsm> NeighboringCellsGsm { get; }public IReadOnlyList<MobileBroadbandCellGsm> NeighboringCellsGsm { get; }Public ReadOnly Property NeighboringCellsGsm As IReadOnlyList<MobileBroadbandCellGsm>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellGsm> IReadOnlyList<MobileBroadbandCellGsm> IReadOnlyList<MobileBroadbandCellGsm> IReadOnlyList<MobileBroadbandCellGsm>
A read-only array of neighboring MobileBroadbandCellGsm containing all GSM providers.
Remarks
If not available or unknown, the size of array is 0.
NeighboringCellsLte NeighboringCellsLte NeighboringCellsLte NeighboringCellsLte
Prerelease. Gets a read-only array of neighboring MobileBroadbandCellLte containing all LTE providers.
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 : IVectorView<MobileBroadbandCellLte> NeighboringCellsLte { get; }public IReadOnlyList<MobileBroadbandCellLte> NeighboringCellsLte { get; }Public ReadOnly Property NeighboringCellsLte As IReadOnlyList<MobileBroadbandCellLte>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellLte> IReadOnlyList<MobileBroadbandCellLte> IReadOnlyList<MobileBroadbandCellLte> IReadOnlyList<MobileBroadbandCellLte>
A read-only array of neighboring MobileBroadbandCellLte containing all LTE providers.
Remarks
If not available or unknown, the size of array is 0.
NeighboringCellsTdscdma NeighboringCellsTdscdma NeighboringCellsTdscdma NeighboringCellsTdscdma
Prerelease. Gets a read-only array of neighboring MobileBroadbandCellTdscdma containing all TDSCMA providers.
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 : IVectorView<MobileBroadbandCellTdscdma> NeighboringCellsTdscdma { get; }public IReadOnlyList<MobileBroadbandCellTdscdma> NeighboringCellsTdscdma { get; }Public ReadOnly Property NeighboringCellsTdscdma As IReadOnlyList<MobileBroadbandCellTdscdma>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellTdscdma> IReadOnlyList<MobileBroadbandCellTdscdma> IReadOnlyList<MobileBroadbandCellTdscdma> IReadOnlyList<MobileBroadbandCellTdscdma>
A read-only array of neighboring MobileBroadbandCellTdscdma containing all TDSCMA providers.
Remarks
If not available or unknown, the size of array is 0.
NeighboringCellsUmts NeighboringCellsUmts NeighboringCellsUmts NeighboringCellsUmts
Prerelease. Gets a read-only array of neighboring MobileBroadbandCellUmts containing all UMTS providers.
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 : IVectorView<MobileBroadbandCellUmts> NeighboringCellsUmts { get; }public IReadOnlyList<MobileBroadbandCellUmts> NeighboringCellsUmts { get; }Public ReadOnly Property NeighboringCellsUmts As IReadOnlyList<MobileBroadbandCellUmts>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellUmts> IReadOnlyList<MobileBroadbandCellUmts> IReadOnlyList<MobileBroadbandCellUmts> IReadOnlyList<MobileBroadbandCellUmts>
A read-only array of neighboring MobileBroadbandCellUmts containing all UMTS providers.
Remarks
If not available or unknown, the size of array is 0.
ServingCellsCdma ServingCellsCdma ServingCellsCdma ServingCellsCdma
Prerelease. Gets a read-only array of serving MobileBroadbandCellCdma containing all CDMA providers.
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 : IVectorView<MobileBroadbandCellCdma> ServingCellsCdma { get; }public IReadOnlyList<MobileBroadbandCellCdma> ServingCellsCdma { get; }Public ReadOnly Property ServingCellsCdma As IReadOnlyList<MobileBroadbandCellCdma>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellCdma> IReadOnlyList<MobileBroadbandCellCdma> IReadOnlyList<MobileBroadbandCellCdma> IReadOnlyList<MobileBroadbandCellCdma>
A read-only array of serving MobileBroadbandCellCdma containing all CDMA providers.
Remarks
If not available or unknown, the size of array is 0.
ServingCellsGsm ServingCellsGsm ServingCellsGsm ServingCellsGsm
Prerelease. Gets a read-only array of neighboring MobileBroadbandCellGsm containing all GSM providers.
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 : IVectorView<MobileBroadbandCellGsm> ServingCellsGsm { get; }public IReadOnlyList<MobileBroadbandCellGsm> ServingCellsGsm { get; }Public ReadOnly Property ServingCellsGsm As IReadOnlyList<MobileBroadbandCellGsm>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellGsm> IReadOnlyList<MobileBroadbandCellGsm> IReadOnlyList<MobileBroadbandCellGsm> IReadOnlyList<MobileBroadbandCellGsm>
A read-only array of neighboring MobileBroadbandCellGsm containing all GSM providers.
Remarks
If not available or unknown, the size of array is 0.
ServingCellsLte ServingCellsLte ServingCellsLte ServingCellsLte
Prerelease. Gets a read-only array of neighboring MobileBroadbandCellLte containing all LTE providers.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
public : IVectorView<MobileBroadbandCellLte> ServingCellsLte { get; }public IReadOnlyList<MobileBroadbandCellLte> ServingCellsLte { get; }Public ReadOnly Property ServingCellsLte As IReadOnlyList<MobileBroadbandCellLte>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellLte> IReadOnlyList<MobileBroadbandCellLte> IReadOnlyList<MobileBroadbandCellLte> IReadOnlyList<MobileBroadbandCellLte>
A read-only array of neighboring MobileBroadbandCellLte containing all LTE providers.
Remarks
If not available or unknown, the size of array is 0.
ServingCellsTdscdma ServingCellsTdscdma ServingCellsTdscdma ServingCellsTdscdma
Prerelease. Gets a read-only array of serving MobileBroadbandCellTdscdma containing all TDSCMA providers.
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 : IVectorView<MobileBroadbandCellTdscdma> ServingCellsTdscdma { get; }public IReadOnlyList<MobileBroadbandCellTdscdma> ServingCellsTdscdma { get; }Public ReadOnly Property ServingCellsTdscdma As IReadOnlyList<MobileBroadbandCellTdscdma>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellTdscdma> IReadOnlyList<MobileBroadbandCellTdscdma> IReadOnlyList<MobileBroadbandCellTdscdma> IReadOnlyList<MobileBroadbandCellTdscdma>
A read-only array of serving MobileBroadbandCellTdscdma containing all TDSCMA providers.
Remarks
If not available or unknown, the size of array is 0.
ServingCellsUmts ServingCellsUmts ServingCellsUmts ServingCellsUmts
Prerelease. Gets a read-only array of serving MobileBroadbandCellUmts containing all UMTS providers.
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 : IVectorView<MobileBroadbandCellUmts> ServingCellsUmts { get; }public IReadOnlyList<MobileBroadbandCellUmts> ServingCellsUmts { get; }Public ReadOnly Property ServingCellsUmts As IReadOnlyList<MobileBroadbandCellUmts>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandCellUmts> IReadOnlyList<MobileBroadbandCellUmts> IReadOnlyList<MobileBroadbandCellUmts> IReadOnlyList<MobileBroadbandCellUmts>
A read-only array of serving MobileBroadbandCellUmts containing all UMTS providers.
Remarks
If not available or unknown, the size of array is 0.