MobileBroadbandDeviceService 类

定义

表示移动宽带设备服务。

注意

此功能仅适用于由移动网络运营商授予特权访问权限的移动运营商应用和 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

public ref class MobileBroadbandDeviceService sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandDeviceService final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandDeviceService
Public NotInheritable Class MobileBroadbandDeviceService
继承
Object Platform::Object IInspectable MobileBroadbandDeviceService
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
cellularDeviceControl cellularDeviceIdentity

注解

MobileBroadbandModem 上的 GetDeviceService 方法获取移动宽带调制解调器的特定设备服务。

属性

DeviceServiceId

获取移动宽带设备服务的唯一设备服务标识。

SupportedCommands

获取移动宽带设备服务支持的设备服务命令列表。

方法

OpenCommandSession()

为移动宽带设备服务打开新的 MobileBroadbandDeviceServiceCommandSession

OpenDataSession()

打开移动宽带设备服务的新 MobileBroadbandDeviceServiceDataSession

适用于

另请参阅