Freigeben über


NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync Methode

Definition

Überprüft asynchron, ob der Wi-Fi Zugriffspunkt das angegebene Funkfrequenzband unterstützt.

public:
 virtual IAsyncOperation<bool> ^ IsBandSupportedAsync(TetheringWiFiBand band) = IsBandSupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsBandSupportedAsync(TetheringWiFiBand const& band);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsBandSupportedAsync(TetheringWiFiBand band);
function isBandSupportedAsync(band)
Public Function IsBandSupportedAsync (band As TetheringWiFiBand) As IAsyncOperation(Of Boolean)

Parameter

band
TetheringWiFiBand

Eine TetheringWiFiBand-Konstante , die das Zufragende Frequenzband angibt.

Gibt zurück

Ein asynchrones Objekt, das bei Abschluss enthält true , wenn das Frequenzband unterstützt wird, andernfalls false.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v10.0)
App-Funktionen
wiFiControl

Gilt für: