Partager via


WifiManager.Is5GHzBandSupported Method

Definition

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.

Applies to