Table of Contents

Class SignalStrength

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

Constructors

SignalStrength(SignalStrength)

public SignalStrength(SignalStrength arg0)

Parameters

arg0 SignalStrength

SignalStrength

SignalStrength(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 SignalStrength(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

INVALID

public static int INVALID { get; set; }

Property Value

int

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

CreatePoolableInstance(SignalStrength)

HPA initializer for SignalStrength(Android.Telephony.SignalStrength arg0)

public static SignalStrength CreatePoolableInstance(SignalStrength arg0)

Parameters

arg0 SignalStrength

Returns

SignalStrength

DescribeContents()

public int DescribeContents()

Returns

int

int

GetCdmaDbm()

[Obsolete("Deprecated in JVM")]
public int GetCdmaDbm()

Returns

int

int

GetCdmaEcio()

[Obsolete("Deprecated in JVM")]
public int GetCdmaEcio()

Returns

int

int

GetCellSignalStrengths()

public List<CellSignalStrength> GetCellSignalStrengths()

Returns

List<CellSignalStrength>

List

GetCellSignalStrengths<T>(Class)

public List<T> GetCellSignalStrengths<T>(Class arg0) where T : CellSignalStrength

Parameters

arg0 Class

Class

Returns

List<T>

List

Type Parameters

T

CellSignalStrength

GetEvdoDbm()

[Obsolete("Deprecated in JVM")]
public int GetEvdoDbm()

Returns

int

int

GetEvdoEcio()

[Obsolete("Deprecated in JVM")]
public int GetEvdoEcio()

Returns

int

int

GetEvdoSnr()

[Obsolete("Deprecated in JVM")]
public int GetEvdoSnr()

Returns

int

int

GetGsmBitErrorRate()

[Obsolete("Deprecated in JVM")]
public int GetGsmBitErrorRate()

Returns

int

int

GetGsmSignalStrength()

[Obsolete("Deprecated in JVM")]
public int GetGsmSignalStrength()

Returns

int

int

GetLevel()

public int GetLevel()

Returns

int

int

GetTimestampMillis()

public long GetTimestampMillis()

Returns

long

long

IsGsm()

[Obsolete("Deprecated in JVM")]
public bool IsGsm()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int