Language

RangingDevice.Builder.SetDlTdoaUwbAddress(UwbAddress) Method

Definition

Sets the UWB address of the anchor device for DL-TDoA ranging.

[Android.Runtime.Register("setDlTdoaUwbAddress", "(Landroid/ranging/uwb/UwbAddress;)Landroid/ranging/RangingDevice$Builder;", "", ApiSince=37)]
public Android.Ranging.RangingDevice.Builder SetDlTdoaUwbAddress(Android.Ranging.Uwb.UwbAddress dlTdoaUwbAddress);
[<Android.Runtime.Register("setDlTdoaUwbAddress", "(Landroid/ranging/uwb/UwbAddress;)Landroid/ranging/RangingDevice$Builder;", "", ApiSince=37)>]
member this.SetDlTdoaUwbAddress : Android.Ranging.Uwb.UwbAddress -> Android.Ranging.RangingDevice.Builder

Parameters

dlTdoaUwbAddress
UwbAddress

The UwbAddress of the anchor device. This value cannot be null.

Returns

This Builder instance. This value cannot be null.

Attributes

Remarks

Sets the UWB address of the anchor device for DL-TDoA ranging.

Android reference for android.ranging.RangingDevice.Builder.setDlTdoaUwbAddress.

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