Table of Contents

Class ServiceState

Namespace
Android.Telephony
Assembly
MASES.Netdroid.dll
public class ServiceState : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
ServiceState
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ServiceState()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ServiceState()

ServiceState(Parcel)

[Obsolete]
public ServiceState(Parcel arg0)

Parameters

arg0 Parcel

Parcel

ServiceState(ServiceState)

public ServiceState(ServiceState arg0)

Parameters

arg0 ServiceState

ServiceState

ServiceState(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ServiceState(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

DUPLEX_MODE_FDD

public static int DUPLEX_MODE_FDD { get; }

Property Value

int

DUPLEX_MODE_TDD

public static int DUPLEX_MODE_TDD { get; }

Property Value

int

DUPLEX_MODE_UNKNOWN

public static int DUPLEX_MODE_UNKNOWN { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

STATE_EMERGENCY_ONLY

public static int STATE_EMERGENCY_ONLY { get; }

Property Value

int

STATE_IN_SERVICE

public static int STATE_IN_SERVICE { get; }

Property Value

int

STATE_OUT_OF_SERVICE

public static int STATE_OUT_OF_SERVICE { get; }

Property Value

int

STATE_POWER_OFF

public static int STATE_POWER_OFF { get; }

Property Value

int

UNKNOWN_ID

public static int UNKNOWN_ID { get; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetCdmaNetworkId()

public int GetCdmaNetworkId()

Returns

int

int

GetCdmaSystemId()

public int GetCdmaSystemId()

Returns

int

int

GetCellBandwidths()

public int[] GetCellBandwidths()

Returns

int[]

int

GetChannelNumber()

public int GetChannelNumber()

Returns

int

int

GetDuplexMode()

public int GetDuplexMode()

Returns

int

int

GetIsManualSelection()

public bool GetIsManualSelection()

Returns

bool

bool

GetNetworkRegistrationInfoList()

public List<NetworkRegistrationInfo> GetNetworkRegistrationInfoList()

Returns

List<NetworkRegistrationInfo>

List

GetOperatorAlphaLong()

public String GetOperatorAlphaLong()

Returns

String

String

GetOperatorAlphaShort()

public String GetOperatorAlphaShort()

Returns

String

String

GetOperatorNumeric()

public String GetOperatorNumeric()

Returns

String

String

GetRoaming()

public bool GetRoaming()

Returns

bool

bool

GetState()

public int GetState()

Returns

int

int

IsSearching()

public bool IsSearching()

Returns

bool

bool

IsUsingNonTerrestrialNetwork()

public bool IsUsingNonTerrestrialNetwork()

Returns

bool

bool

SetIsManualSelection(bool)

public void SetIsManualSelection(bool arg0)

Parameters

arg0 bool

bool

SetOperatorName(String, String, String)

public void SetOperatorName(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

SetRoaming(bool)

public void SetRoaming(bool arg0)

Parameters

arg0 bool

bool

SetState(int)

public void SetState(int arg0)

Parameters

arg0 int

int

SetStateOff()

public void SetStateOff()

SetStateOutOfService()

public void SetStateOutOfService()

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int