MobileBroadbandModemConfiguration
MobileBroadbandModemConfiguration
MobileBroadbandModemConfiguration
MobileBroadbandModemConfiguration
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.]
Contains details about the mobile broadband modem configuration.
public : sealed class MobileBroadbandModemConfiguration : IMobileBroadbandModemConfigurationpublic sealed class MobileBroadbandModemConfiguration : IMobileBroadbandModemConfigurationPublic NotInheritable Class MobileBroadbandModemConfiguration Implements IMobileBroadbandModemConfiguration// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Your code gets instances of this class by using the MobileBroadbandModem.GetCurrentConfigurationAsync method. It does not instantiate this class directly.
Properties
HomeProviderId HomeProviderId HomeProviderId HomeProviderId
Gets the home provider ID associated with the mobile broadband modem.
public : PlatForm::String HomeProviderId { get; }public string HomeProviderId { get; }Public ReadOnly Property HomeProviderId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The home provider ID.
HomeProviderName HomeProviderName HomeProviderName HomeProviderName
Gets the home provider name for the mobile broadband modem.
public : PlatForm::String HomeProviderName { get; }public string HomeProviderName { get; }Public ReadOnly Property HomeProviderName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The home provider name.
SarManager SarManager SarManager SarManager
Prerelease. Gets the MobileBroadbandSarManager object that manages SAR and antenna relevant operations.
public : MobileBroadbandSarManager SarManager { get; }public MobileBroadbandSarManager SarManager { get; }Public ReadOnly Property SarManager As MobileBroadbandSarManager// You can use this property in JavaScript.
- Value
- MobileBroadbandSarManager MobileBroadbandSarManager MobileBroadbandSarManager MobileBroadbandSarManager
The MobileBroadbandSarManager object that manages SAR and antenna relevant operations.
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Uicc Uicc Uicc Uicc
Gets an object representing the Universal Integrated Circuit Card (UICC), commonly called a "SIM card", associated with the mobile broadband modem.
public : MobileBroadbandUicc Uicc { get; }public MobileBroadbandUicc Uicc { get; }Public ReadOnly Property Uicc As MobileBroadbandUicc// You can use this property in JavaScript.
Represents the UICC.