MobileBroadbandModemConfiguration Class

Definition

Contains details about the mobile broadband modem configuration.

public ref class MobileBroadbandModemConfiguration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class MobileBroadbandModemConfiguration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class MobileBroadbandModemConfiguration
Public NotInheritable Class MobileBroadbandModemConfiguration
Inheritance
Object Platform::Object IInspectable MobileBroadbandModemConfiguration
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

Your code gets instances of this class by using the MobileBroadbandModem.GetCurrentConfigurationAsync method. It does not instantiate this class directly.

Version history

Windows version SDK version Value added
1709 16299 SarManager

Properties

HomeProviderId

Gets the home provider ID associated with the mobile broadband modem.

HomeProviderName

Gets the home provider name for the mobile broadband modem.

SarManager

Gets the MobileBroadbandSarManager object that manages SAR and antenna relevant operations.

Uicc

Gets an object representing the Universal Integrated Circuit Card (UICC), commonly called a "SIM card", associated with the mobile broadband modem.

Applies to