Table of Contents

Class PhysicalChannelConfig

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BAND_UNKNOWN

public static int BAND_UNKNOWN { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CELL_BANDWIDTH_UNKNOWN

public static int CELL_BANDWIDTH_UNKNOWN { get; set; }

Property Value

int

CHANNEL_NUMBER_UNKNOWN

public static int CHANNEL_NUMBER_UNKNOWN { get; set; }

Property Value

int

CONNECTION_PRIMARY_SERVING

[Obsolete("Deprecated in JVM")]
public static int CONNECTION_PRIMARY_SERVING { get; set; }

Property Value

int

CONNECTION_SECONDARY_SERVING

[Obsolete("Deprecated in JVM")]
public static int CONNECTION_SECONDARY_SERVING { get; set; }

Property Value

int

CONNECTION_UNKNOWN

[Obsolete("Deprecated in JVM")]
public static int CONNECTION_UNKNOWN { get; set; }

Property Value

int

CREATOR

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

Property Value

Parcelable.Creator

FREQUENCY_UNKNOWN

public static int FREQUENCY_UNKNOWN { 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

PHYSICAL_CELL_ID_MAXIMUM_VALUE

public static int PHYSICAL_CELL_ID_MAXIMUM_VALUE { get; set; }

Property Value

int

PHYSICAL_CELL_ID_UNKNOWN

public static int PHYSICAL_CELL_ID_UNKNOWN { get; set; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetBand()

public int GetBand()

Returns

int

int

GetCellBandwidthDownlinkKhz()

public int GetCellBandwidthDownlinkKhz()

Returns

int

int

GetCellBandwidthUplinkKhz()

public int GetCellBandwidthUplinkKhz()

Returns

int

int

GetConnectionStatus()

public int GetConnectionStatus()

Returns

int

int

GetDownlinkChannelNumber()

public int GetDownlinkChannelNumber()

Returns

int

int

GetDownlinkFrequencyKhz()

public int GetDownlinkFrequencyKhz()

Returns

int

int

GetNetworkType()

public int GetNetworkType()

Returns

int

int

GetPhysicalCellId()

public int GetPhysicalCellId()

Returns

int

int

GetUplinkChannelNumber()

public int GetUplinkChannelNumber()

Returns

int

int

GetUplinkFrequencyKhz()

public int GetUplinkFrequencyKhz()

Returns

int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int