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