NetworkOperatorTetheringAccessPointConfiguration.IsBandSupported 方法

定义

检查 Wi-Fi 接入点是否支持指定的无线频带。

public:
 virtual bool IsBandSupported(TetheringWiFiBand band) = IsBandSupported;
bool IsBandSupported(TetheringWiFiBand const& band);
public bool IsBandSupported(TetheringWiFiBand band);
function isBandSupported(band)
Public Function IsBandSupported (band As TetheringWiFiBand) As Boolean

参数

band
TetheringWiFiBand

TetheringWiFiBand 常量,指定要查询的频带。

返回

Boolean

bool

true 如果支持频带,则为 ;否则为 false

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)
应用功能
wiFiControl

适用于