Table of Contents

Class AccessNetworkConstants.GeranBand

Namespace
Android.Telephony
Assembly
MASES.Netdroid.dll
public class AccessNetworkConstants.GeranBand : JVMBridgeBase<AccessNetworkConstants.GeranBand>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
AccessNetworkConstants.GeranBand
Implements
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BAND_450

public static int BAND_450 { get; set; }

Property Value

int

BAND_480

public static int BAND_480 { get; set; }

Property Value

int

BAND_710

public static int BAND_710 { get; set; }

Property Value

int

BAND_750

public static int BAND_750 { get; set; }

Property Value

int

BAND_850

public static int BAND_850 { get; set; }

Property Value

int

BAND_DCS1800

public static int BAND_DCS1800 { get; set; }

Property Value

int

BAND_E900

public static int BAND_E900 { get; set; }

Property Value

int

BAND_ER900

public static int BAND_ER900 { get; set; }

Property Value

int

BAND_P900

public static int BAND_P900 { get; set; }

Property Value

int

BAND_PCS1900

public static int BAND_PCS1900 { get; set; }

Property Value

int

BAND_R900

public static int BAND_R900 { get; set; }

Property Value

int

BAND_T380

public static int BAND_T380 { get; set; }

Property Value

int

BAND_T410

public static int BAND_T410 { get; set; }

Property Value

int

BAND_T810

public static int BAND_T810 { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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