NetworkOperatorTetheringAccessPointConfiguration.IsBandSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the Wi-Fi access point supports the specified wireless frequency band.
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
A TetheringWiFiBand constant, specifying the frequency band to query about.
Returns
Boolean
bool
true
if the frequency band is supported, otherwise false
.
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
|