DlTdoaMeasurement.ActiveRangingRoundIndexes 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 list of active ranging round indexes.
public System.Collections.Generic.IList<Java.Lang.Integer> ActiveRangingRoundIndexes { [Android.Runtime.Register("getActiveRangingRoundIndexes", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getActiveRangingRoundIndexes", "()Ljava/util/List;", "", ApiSince=37)>]
member this.ActiveRangingRoundIndexes : System.Collections.Generic.IList<Java.Lang.Integer>
Property Value
The list of active ranging round indexes. An empty list is returned if active ranging round indexes are not present.
- Attributes
Remarks
Returns a list of active ranging round indexes.
These are the rounds in which the DT-Anchor associated with this measurement result is present.
Android reference for android.ranging.DlTdoaMeasurement.getActiveRangingRoundIndexes.
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.