WifiRttManager.RttCharacteristics Property
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.
Returns a Bundle which represents the characteristics of the Wi-Fi RTT interface: a set of parameters which specify feature support.
public virtual Android.OS.Bundle RttCharacteristics { [Android.Runtime.Register("getRttCharacteristics", "()Landroid/os/Bundle;", "GetGetRttCharacteristicsHandler", ApiSince=34)] [Android.Runtime.RequiresPermission("android.permission.ACCESS_WIFI_STATE")] get; }
[<get: Android.Runtime.Register("getRttCharacteristics", "()Landroid/os/Bundle;", "GetGetRttCharacteristicsHandler", ApiSince=34)>]
[<get: Android.Runtime.RequiresPermission("android.permission.ACCESS_WIFI_STATE")>]
member this.RttCharacteristics : Android.OS.Bundle
Property Value
A Bundle specifying feature support of RTT.
- Attributes
Remarks
Returns a Bundle which represents the characteristics of the Wi-Fi RTT interface: a set of parameters which specify feature support. Each parameter can be accessed by the specified Bundle key, one of the CHARACTERISTICS_KEY_*
value.
May return an empty Bundle if the Wi-Fi RTT service is not initialized.
Java documentation for android.net.wifi.rtt.WifiRttManager.getRttCharacteristics()
.
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.