Table of Contents

Class UwbRangingParams.Builder

Namespace
Android.Ranging.Uwb
Assembly
MASES.Netdroid.dll
public class UwbRangingParams.Builder : JVMBridgeBase<UwbRangingParams.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
UwbRangingParams.Builder
Implements
Extension Methods

Constructors

Builder(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Builder(int, int, UwbAddress, UwbAddress)

public Builder(int arg0, int arg1, UwbAddress arg2, UwbAddress arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 UwbAddress

UwbAddress

arg3 UwbAddress

UwbAddress

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Build()

public UwbRangingParams Build()

Returns

UwbRangingParams

UwbRangingParams

CreatePoolableInstance(int, int, UwbAddress, UwbAddress)

HPA initializer for Builder(int arg0, int arg1, Android.Ranging.Uwb.UwbAddress arg2, Android.Ranging.Uwb.UwbAddress arg3)

public static UwbRangingParams.Builder CreatePoolableInstance(int arg0, int arg1, UwbAddress arg2, UwbAddress arg3)

Parameters

arg0 int
arg1 int
arg2 UwbAddress
arg3 UwbAddress

Returns

UwbRangingParams.Builder

SetComplexChannel(UwbComplexChannel)

public UwbRangingParams.Builder SetComplexChannel(UwbComplexChannel arg0)

Parameters

arg0 UwbComplexChannel

UwbComplexChannel

Returns

UwbRangingParams.Builder

UwbRangingParams.Builder

SetRangingUpdateRate(int)

public UwbRangingParams.Builder SetRangingUpdateRate(int arg0)

Parameters

arg0 int

int

Returns

UwbRangingParams.Builder

UwbRangingParams.Builder

SetSessionKeyInfo(byte[])

public UwbRangingParams.Builder SetSessionKeyInfo(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

UwbRangingParams.Builder

UwbRangingParams.Builder

SetSlotDuration(int)

public UwbRangingParams.Builder SetSlotDuration(int arg0)

Parameters

arg0 int

int

Returns

UwbRangingParams.Builder

UwbRangingParams.Builder

SetSubSessionId(int)

public UwbRangingParams.Builder SetSubSessionId(int arg0)

Parameters

arg0 int

int

Returns

UwbRangingParams.Builder

UwbRangingParams.Builder

SetSubSessionKeyInfo(byte[])

public UwbRangingParams.Builder SetSubSessionKeyInfo(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

UwbRangingParams.Builder

UwbRangingParams.Builder