Table of Contents

Class OobInitiatorRangingConfig

Namespace
Android.Ranging.Oob
Assembly
MASES.Netdroid.dll
public class OobInitiatorRangingConfig : RangingConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
OobInitiatorRangingConfig
Implements
Inherited Members
Extension Methods

Constructors

OobInitiatorRangingConfig(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 OobInitiatorRangingConfig(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

RANGING_MODE_AUTO

public static int RANGING_MODE_AUTO { get; set; }

Property Value

int

RANGING_MODE_FUSED

public static int RANGING_MODE_FUSED { get; set; }

Property Value

int

RANGING_MODE_HIGH_ACCURACY

public static int RANGING_MODE_HIGH_ACCURACY { get; set; }

Property Value

int

RANGING_MODE_HIGH_ACCURACY_PREFERRED

public static int RANGING_MODE_HIGH_ACCURACY_PREFERRED { get; set; }

Property Value

int

SECURITY_LEVEL_BASIC

public static int SECURITY_LEVEL_BASIC { get; set; }

Property Value

int

SECURITY_LEVEL_SECURE

public static int SECURITY_LEVEL_SECURE { get; set; }

Property Value

int

Methods

GetDeviceHandles()

public List<DeviceHandle> GetDeviceHandles()

Returns

List<DeviceHandle>

List

GetFastestRangingInterval()

public Duration GetFastestRangingInterval()

Returns

Duration

Duration

GetRangingMode()

public int GetRangingMode()

Returns

int

int

GetSecurityLevel()

public int GetSecurityLevel()

Returns

int

int

GetSlowestRangingInterval()

public Duration GetSlowestRangingInterval()

Returns

Duration

Duration