Freigeben über


WifiManager.Is60GHzBandSupported Method

Definition

Check if the chipset supports the 60GHz frequency band.

[Android.Runtime.Register("is60GHzBandSupported", "()Z", "GetIs60GHzBandSupportedHandler", ApiSince=31)]
public virtual bool Is60GHzBandSupported ();
[<Android.Runtime.Register("is60GHzBandSupported", "()Z", "GetIs60GHzBandSupportedHandler", ApiSince=31)>]
abstract member Is60GHzBandSupported : unit -> bool
override this.Is60GHzBandSupported : unit -> bool

Returns

true if supported, false otherwise.

Attributes

Remarks

Check if the chipset supports the 60GHz frequency band.

Java documentation for android.net.wifi.WifiManager.is60GHzBandSupported().

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