MobileBroadbandDeviceType Enum

Definition

Describes different types of Mobile Broadband devices.

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 enum class MobileBroadbandDeviceType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MobileBroadbandDeviceType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MobileBroadbandDeviceType
var value = Windows.Networking.NetworkOperators.MobileBroadbandDeviceType.unknown
Public Enum MobileBroadbandDeviceType
Inheritance
MobileBroadbandDeviceType
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

Fields

Embedded 1

The device is embedded in the system.

Remote 3

The device is remote. For example, a tethered cellular phone modem.

Removable 2

The device is removable.

Unknown 0

The device type is unknown.

Applies to