WifiManager.Is5GHzBandSupported 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 5GHz band.
[Android.Runtime.Register("is5GHzBandSupported", "()Z", "GetIs5GHzBandSupportedHandler")]
public virtual bool Is5GHzBandSupported ();
[<Android.Runtime.Register("is5GHzBandSupported", "()Z", "GetIs5GHzBandSupportedHandler")>]
abstract member Is5GHzBandSupported : unit -> bool
override this.Is5GHzBandSupported : unit -> bool
Returns
true
if supported, false
otherwise.
- Attributes
Remarks
Check if the chipset supports 5GHz band.
Java documentation for android.net.wifi.WifiManager.is5GHzBandSupported()
.
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.