Class ResponderConfig
public class ResponderConfig : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
ResponderConfig
- Implements
- Inherited Members
- Extension Methods
Constructors
ResponderConfig(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 ResponderConfig(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { 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
RESPONDER_AP
public static int RESPONDER_AP { get; set; }
Property Value
RESPONDER_STA
public static int RESPONDER_STA { get; set; }
Property Value
Methods
DescribeContents()
https://developer.android.com/reference/android/net/wifi/rtt/ResponderConfig.html#describeContents()
public int DescribeContents()
Returns
FromScanResult(ScanResult)
public static ResponderConfig FromScanResult(ScanResult arg0)
Parameters
arg0ScanResult
Returns
GetCenterFreq0Mhz()
public int GetCenterFreq0Mhz()
Returns
GetCenterFreq1Mhz()
public int GetCenterFreq1Mhz()
Returns
GetChannelWidth()
public int GetChannelWidth()
Returns
GetFrequencyMhz()
public int GetFrequencyMhz()
Returns
GetMacAddress()
public MacAddress GetMacAddress()
Returns
GetPreamble()
public int GetPreamble()
Returns
GetResponderType()
https://developer.android.com/reference/android/net/wifi/rtt/ResponderConfig.html#getResponderType()
public int GetResponderType()
Returns
GetSecureRangingConfig()
public SecureRangingConfig GetSecureRangingConfig()
Returns
Is80211azNtbSupported()
public bool Is80211azNtbSupported()
Returns
Is80211mcSupported()
public bool Is80211mcSupported()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)