Table of Contents

Class AccessNetworkConstants.UtranBand

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BAND_1

public static int BAND_1 { get; set; }

Property Value

int

BAND_10

public static int BAND_10 { get; set; }

Property Value

int

BAND_11

public static int BAND_11 { get; set; }

Property Value

int

BAND_12

public static int BAND_12 { get; set; }

Property Value

int

BAND_13

public static int BAND_13 { get; set; }

Property Value

int

BAND_14

public static int BAND_14 { get; set; }

Property Value

int

BAND_19

public static int BAND_19 { get; set; }

Property Value

int

BAND_2

public static int BAND_2 { get; set; }

Property Value

int

BAND_20

public static int BAND_20 { get; set; }

Property Value

int

BAND_21

public static int BAND_21 { get; set; }

Property Value

int

BAND_22

public static int BAND_22 { get; set; }

Property Value

int

BAND_25

public static int BAND_25 { get; set; }

Property Value

int

BAND_26

public static int BAND_26 { get; set; }

Property Value

int

BAND_3

public static int BAND_3 { get; set; }

Property Value

int

BAND_4

public static int BAND_4 { get; set; }

Property Value

int

BAND_5

public static int BAND_5 { get; set; }

Property Value

int

BAND_6

public static int BAND_6 { get; set; }

Property Value

int

BAND_7

public static int BAND_7 { get; set; }

Property Value

int

BAND_8

public static int BAND_8 { get; set; }

Property Value

int

BAND_9

public static int BAND_9 { get; set; }

Property Value

int

BAND_A

public static int BAND_A { get; set; }

Property Value

int

BAND_B

public static int BAND_B { get; set; }

Property Value

int

BAND_C

public static int BAND_C { get; set; }

Property Value

int

BAND_D

public static int BAND_D { get; set; }

Property Value

int

BAND_E

public static int BAND_E { get; set; }

Property Value

int

BAND_F

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