Compartir a través de


NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupportedAsync Método

Definición

Obtiene de forma asincrónica un valor que indica si el adaptador de Wi-Fi permite configurar el punto de conexión de tethering con una banda de frecuencia específica. Similar a NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync.

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)

Parámetros

band
TetheringWiFiBand

Especifica la banda de frecuencia para la que se va a consultar.

Devoluciones

Objeto de operación asincrónica que, cuando se completa, contiene el valor true si se admite la banda de frecuencia; de lo contrario, false.

Atributos

Requisitos de Windows

Características de aplicaciones
wiFiControl

Se aplica a