Class WifiRttManager
public class WifiRttManager : JVMBridgeBase<WifiRttManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
WifiRttManager
- Implements
- Extension Methods
Constructors
WifiRttManager(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 WifiRttManager(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACTION_WIFI_RTT_STATE_CHANGED
public static String ACTION_WIFI_RTT_STATE_CHANGED { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CHARACTERISTICS_KEY_BOOLEAN_LCI
public static String CHARACTERISTICS_KEY_BOOLEAN_LCI { get; set; }
Property Value
CHARACTERISTICS_KEY_BOOLEAN_LCR
public static String CHARACTERISTICS_KEY_BOOLEAN_LCR { get; set; }
Property Value
CHARACTERISTICS_KEY_BOOLEAN_NTB_INITIATOR
public static String CHARACTERISTICS_KEY_BOOLEAN_NTB_INITIATOR { get; set; }
Property Value
CHARACTERISTICS_KEY_BOOLEAN_ONE_SIDED_RTT
public static String CHARACTERISTICS_KEY_BOOLEAN_ONE_SIDED_RTT { get; set; }
Property Value
CHARACTERISTICS_KEY_BOOLEAN_RANGING_FRAME_PROTECTION_SUPPORTED
public static String CHARACTERISTICS_KEY_BOOLEAN_RANGING_FRAME_PROTECTION_SUPPORTED { get; set; }
Property Value
CHARACTERISTICS_KEY_BOOLEAN_SECURE_HE_LTF_SUPPORTED
public static String CHARACTERISTICS_KEY_BOOLEAN_SECURE_HE_LTF_SUPPORTED { get; set; }
Property Value
CHARACTERISTICS_KEY_BOOLEAN_STA_RESPONDER
public static String CHARACTERISTICS_KEY_BOOLEAN_STA_RESPONDER { get; set; }
Property Value
CHARACTERISTICS_KEY_INT_MAX_SUPPORTED_SECURE_HE_LTF_PROTO_VERSION
public static String CHARACTERISTICS_KEY_INT_MAX_SUPPORTED_SECURE_HE_LTF_PROTO_VERSION { get; set; }
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
GetRttCharacteristics()
public Bundle GetRttCharacteristics()
Returns
IsAvailable()
public bool IsAvailable()
Returns
StartRanging(RangingRequest, Executor, RangingResultCallback)
public void StartRanging(RangingRequest arg0, Executor arg1, RangingResultCallback arg2)