Language

DlTdoaRangingParams.Builder.SetSessionKeyInfo(Byte[]) Method

Definition

Sets the session key information.

[Android.Runtime.Register("setSessionKeyInfo", "([B)Landroid/ranging/uwb/DlTdoaRangingParams$Builder;", "", ApiSince=37)]
public Android.Ranging.Uwb.DlTdoaRangingParams.Builder SetSessionKeyInfo(byte[] sessionKeyInfo);
[<Android.Runtime.Register("setSessionKeyInfo", "([B)Landroid/ranging/uwb/DlTdoaRangingParams$Builder;", "", ApiSince=37)>]
member this.SetSessionKeyInfo : byte[] -> Android.Ranging.Uwb.DlTdoaRangingParams.Builder

Parameters

sessionKeyInfo
Byte[]

The session key information. This value cannot be null.

Returns

this Builder instance. This value cannot be null.

Attributes

Remarks

Sets the session key information.

If not set, {0x00, 0x00, 0xA1, 0xB2, 0xC3, 0xD4, 0xE5, 0xF6} is used as default.

Android reference for android.ranging.uwb.DlTdoaRangingParams.Builder.setSessionKeyInfo.

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