NetworkOperatorTetheringSessionAccessPointConfiguration.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.
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
|