WifiManager.Is6GHzBandSupported 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.
Check if the chipset supports 6GHz band.
[Android.Runtime.Register("is6GHzBandSupported", "()Z", "GetIs6GHzBandSupportedHandler", ApiSince=30)]
public virtual bool Is6GHzBandSupported ();
[<Android.Runtime.Register("is6GHzBandSupported", "()Z", "GetIs6GHzBandSupportedHandler", ApiSince=30)>]
abstract member Is6GHzBandSupported : unit -> bool
override this.Is6GHzBandSupported : unit -> bool
Returns
true
if supported, false
otherwise.
- Attributes
Remarks
Check if the chipset supports 6GHz band.
Java documentation for android.net.wifi.WifiManager.is6GHzBandSupported()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.