Share via


NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync Method

Definition

Asynchronously checks whether the Wi-Fi access point supports the specified wireless frequency band.

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)

Parameters

band
TetheringWiFiBand

A TetheringWiFiBand constant, specifying the frequency band to query about.

Returns

An asynchronous object which, on completion, contains true if the frequency band is supported, otherwise false.

Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)
App capabilities
wiFiControl

Applies to