RawRangingDevice.RangingIntervalValues 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 map of ranging technologies to their corresponding ranging interval durations for available ranging technologies parameters.
public System.Collections.Generic.IDictionary<Java.Lang.Integer,Java.Time.Duration> RangingIntervalValues { [Android.Runtime.Register("getRangingIntervalValues", "()Ljava/util/Map;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getRangingIntervalValues", "()Ljava/util/Map;", "", ApiSince=36)>]
member this.RangingIntervalValues : System.Collections.Generic.IDictionary<Java.Lang.Integer, Java.Time.Duration>
Property Value
A non-null, possibly empty, map where keys are RangingTechnology integers and
values are the calculated Duration for that technology's ranging interval.
- Attributes
Remarks
Returns a map of ranging technologies to their corresponding ranging interval durations for available ranging technologies parameters.
The duration for each technology is determined by its configured RangingUpdateRate and, in some cases, technology-specific parameters like UwbRangingParams#getConfigId() for UWB.
Java documentation for android.ranging.raw.RawRangingDevice.getRangingIntervalValues().
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.