DlTdoaRangingParams.Builder.SetRangingIntervalMillis(Int32) Method
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.
Sets the ranging interval in milliseconds.
[Android.Runtime.Register("setRangingIntervalMillis", "(I)Landroid/ranging/uwb/DlTdoaRangingParams$Builder;", "", ApiSince=37)]
public Android.Ranging.Uwb.DlTdoaRangingParams.Builder SetRangingIntervalMillis(int rangingIntervalMs);
[<Android.Runtime.Register("setRangingIntervalMillis", "(I)Landroid/ranging/uwb/DlTdoaRangingParams$Builder;", "", ApiSince=37)>]
member this.SetRangingIntervalMillis : int -> Android.Ranging.Uwb.DlTdoaRangingParams.Builder
Parameters
- rangingIntervalMs
- Int32
The ranging interval in milliseconds. Value is 1 or greater
Returns
this Builder instance. This value cannot be null.
- Attributes
Remarks
Sets the ranging interval in milliseconds.
If not set, 250ms is used as default.
Android reference for android.ranging.uwb.DlTdoaRangingParams.Builder.setRangingIntervalMillis.
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.