Class UwbRangingParams.Builder
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
initializerIJVMBridgeBaseInitializer
Builder(int, int, UwbAddress, UwbAddress)
public Builder(int arg0, int arg1, UwbAddress arg2, UwbAddress arg3)
Parameters
arg0intarg1intarg2UwbAddressarg3UwbAddress
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Build()
public UwbRangingParams Build()
Returns
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
arg0intarg1intarg2UwbAddressarg3UwbAddress
Returns
SetComplexChannel(UwbComplexChannel)
public UwbRangingParams.Builder SetComplexChannel(UwbComplexChannel arg0)
Parameters
Returns
SetRangingUpdateRate(int)
public UwbRangingParams.Builder SetRangingUpdateRate(int arg0)
Parameters
Returns
SetSessionKeyInfo(byte[])
public UwbRangingParams.Builder SetSessionKeyInfo(byte[] arg0)
Parameters
Returns
SetSlotDuration(int)
public UwbRangingParams.Builder SetSlotDuration(int arg0)
Parameters
Returns
SetSubSessionId(int)
public UwbRangingParams.Builder SetSubSessionId(int arg0)
Parameters
Returns
SetSubSessionKeyInfo(byte[])
public UwbRangingParams.Builder SetSubSessionKeyInfo(byte[] arg0)