共用方式為


WifiManager.IsDeviceToApRttSupported Property

Definition

This member is deprecated.

public virtual bool IsDeviceToApRttSupported { [Android.Runtime.Register("isDeviceToApRttSupported", "()Z", "GetIsDeviceToApRttSupportedHandler")] get; }
[<get: Android.Runtime.Register("isDeviceToApRttSupported", "()Z", "GetIsDeviceToApRttSupportedHandler")>]
member this.IsDeviceToApRttSupported : bool

Property Value

true if this adapter supports Device-to-AP RTT

Attributes

Remarks

This member is deprecated. Please use android.content.pm.PackageManager#hasSystemFeature(String) with android.content.pm.PackageManager#FEATURE_WIFI_RTT.

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

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