Share via


UwbRangingCapabilities.SupportedChannels Property

Definition

Gets the list of supported UWB channels.

public System.Collections.Generic.IList<Java.Lang.Integer> SupportedChannels { [Android.Runtime.Register("getSupportedChannels", "()Ljava/util/List;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getSupportedChannels", "()Ljava/util/List;", "", ApiSince=36)>]
member this.SupportedChannels : System.Collections.Generic.IList<Java.Lang.Integer>

Property Value

a list of supported channel numbers.

Attributes

Remarks

Gets the list of supported UWB channels.

Java documentation for android.ranging.uwb.UwbRangingCapabilities.getSupportedChannels().

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