MobileBroadbandCellUmts.ChannelNumber 属性

定义

获取服务单元格的 UTRAN 绝对无线电频率通道号。

注意

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

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

public:
 property IReference<int> ^ ChannelNumber { IReference<int> ^ get(); };
IReference<int> ChannelNumber();
public System.Nullable<int> ChannelNumber { get; }
var iReference = mobileBroadbandCellUmts.channelNumber;
Public ReadOnly Property ChannelNumber As Nullable(Of Integer)

属性值

服务单元格的 UTRAN 绝对无线电频率通道号。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

注解

此值的范围是 0~16383;如果未知,则返回 null。

适用于