Share via


NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupported Method

Definition

Gets a value indicating whether the Wi-Fi adapter allows configuring the tethering hotspot with a specific frequency band. Similar to NetworkOperatorTetheringAccessPointConfiguration.IsBandSupported.

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

Parameters

band
TetheringWiFiBand

Specifies the frequency band to query for.

Returns

Boolean

bool

true if the frequency band is supported; otherwise, false.

Windows requirements

App capabilities
wiFiControl

Applies to