MobileBroadbandDeviceInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the current state of the mobile broadband network device for the account.
Note
This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.
public ref class MobileBroadbandDeviceInformation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class MobileBroadbandDeviceInformation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class MobileBroadbandDeviceInformation
Public NotInheritable Class MobileBroadbandDeviceInformation
- Inheritance
- 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
If you're trying to get information about a SIM card that uses CMDA, the device information may contain multiple lines. Typically, the first line is for data connection and the second line contains SIM device information.
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | SimGid1 |
1703 | 15063 | SimPnn |
1703 | 15063 | SimSpn |
Properties
CellularClass |
Gets the cellular technology used by the mobile broadband network device. |
CurrentRadioState |
Gets a value indicating the radio state of the device. |
CustomDataClass |
Gets the name of the data class when the DataClasses property returns Custom. |
DataClasses |
Gets the cellular data services supported by the mobile broadband network device. |
DeviceId |
Gets the DeviceInformation Id of the mobile broadband device. |
DeviceType |
Gets a value indicating the type of Mobile Broadband device. |
FirmwareInformation |
Gets the device-specific firmware information for the mobile broadband network device. |
Manufacturer |
Gets the name of the manufacturer of the mobile broadband network device. |
MobileEquipmentId |
Gets the value that uniquely identifies the mobile broadband device to the network provider. |
Model |
Gets the name of the model of the mobile broadband network device. |
NetworkDeviceStatus |
Gets the readiness status of the mobile broadband network device. |
PinManager |
Gets a MobileBroadbandPinManager object for the mobile broadband device. |
Revision |
Gets the revision of the mobile broadband device. |
SerialNumber |
Gets the serial number of the mobile broadband device. |
SimGid1 |
Gets the Group Identifier Level 1 (GID1) of the mobile broadband network device. |
SimIccId |
Gets the SIM integrated circuit card identifier (ICCID) for the mobile broadband network device. |
SimPnn |
Gets the Public Land Mobile Network (PLMN) name for the mobile broadband device. |
SimSpn |
Gets the Service Provider Name (SPN) for the mobile broadband device. |
SlotManager |
Gets the MobileBroadbandSlotManager object for the mobile broadband device. Note This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators. If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic. |
SubscriberId |
Gets the subscriber identifier for the mobile broadband network device. |
TelephoneNumbers |
Gets the telephone numbers for the mobile broadband device. |