UwbAddress.CreateRandomShortAddress Method

Definition

Generates a new random 2 bytes UwbAddress.

[Android.Runtime.Register("createRandomShortAddress", "()Landroid/ranging/uwb/UwbAddress;", "", ApiSince=36)]
public static Android.Ranging.Uwb.UwbAddress CreateRandomShortAddress();
[<Android.Runtime.Register("createRandomShortAddress", "()Landroid/ranging/uwb/UwbAddress;", "", ApiSince=36)>]
static member CreateRandomShortAddress : unit -> Android.Ranging.Uwb.UwbAddress

Returns

a new randomly generated UwbAddress.

Attributes

Remarks

Generates a new random 2 bytes UwbAddress.

Java documentation for android.ranging.uwb.UwbAddress.createRandomShortAddress().

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