次の方法で共有


WifiManager.IsWifiStandardSupported(Int32) Method

Definition

Check if the chipset supports a certain Wi-Fi standard.

[Android.Runtime.Register("isWifiStandardSupported", "(I)Z", "GetIsWifiStandardSupported_IHandler", ApiSince=30)]
public virtual bool IsWifiStandardSupported (int standard);
[<Android.Runtime.Register("isWifiStandardSupported", "(I)Z", "GetIsWifiStandardSupported_IHandler", ApiSince=30)>]
abstract member IsWifiStandardSupported : int -> bool
override this.IsWifiStandardSupported : int -> bool

Parameters

standard
Int32

the IEEE 802.11 standard to check on. valid values from ScanResult's WIFI_STANDARD_

Returns

true if supported, false otherwise.

Attributes

Remarks

Check if the chipset supports a certain Wi-Fi standard.

Java documentation for android.net.wifi.WifiManager.isWifiStandardSupported(int).

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