Table of Contents

Class AccessNetworkConstants.EutranBand

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

Constructors

EutranBand(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 EutranBand(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_17

public static int BAND_17 { get; set; }

Property Value

int

BAND_18

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

public static int BAND_23 { get; set; }

Property Value

int

BAND_24

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

public static int BAND_27 { get; set; }

Property Value

int

BAND_28

public static int BAND_28 { get; set; }

Property Value

int

BAND_3

public static int BAND_3 { get; set; }

Property Value

int

BAND_30

public static int BAND_30 { get; set; }

Property Value

int

BAND_31

public static int BAND_31 { get; set; }

Property Value

int

BAND_33

public static int BAND_33 { get; set; }

Property Value

int

BAND_34

public static int BAND_34 { get; set; }

Property Value

int

BAND_35

public static int BAND_35 { get; set; }

Property Value

int

BAND_36

public static int BAND_36 { get; set; }

Property Value

int

BAND_37

public static int BAND_37 { get; set; }

Property Value

int

BAND_38

public static int BAND_38 { get; set; }

Property Value

int

BAND_39

public static int BAND_39 { get; set; }

Property Value

int

BAND_4

public static int BAND_4 { get; set; }

Property Value

int

BAND_40

public static int BAND_40 { get; set; }

Property Value

int

BAND_41

public static int BAND_41 { get; set; }

Property Value

int

BAND_42

public static int BAND_42 { get; set; }

Property Value

int

BAND_43

public static int BAND_43 { get; set; }

Property Value

int

BAND_44

public static int BAND_44 { get; set; }

Property Value

int

BAND_45

public static int BAND_45 { get; set; }

Property Value

int

BAND_46

public static int BAND_46 { get; set; }

Property Value

int

BAND_47

public static int BAND_47 { get; set; }

Property Value

int

BAND_48

public static int BAND_48 { get; set; }

Property Value

int

BAND_49

public static int BAND_49 { get; set; }

Property Value

int

BAND_5

public static int BAND_5 { get; set; }

Property Value

int

BAND_50

public static int BAND_50 { get; set; }

Property Value

int

BAND_51

public static int BAND_51 { get; set; }

Property Value

int

BAND_52

public static int BAND_52 { get; set; }

Property Value

int

BAND_53

public static int BAND_53 { get; set; }

Property Value

int

BAND_6

public static int BAND_6 { get; set; }

Property Value

int

BAND_65

public static int BAND_65 { get; set; }

Property Value

int

BAND_66

public static int BAND_66 { get; set; }

Property Value

int

BAND_68

public static int BAND_68 { get; set; }

Property Value

int

BAND_7

public static int BAND_7 { get; set; }

Property Value

int

BAND_70

public static int BAND_70 { get; set; }

Property Value

int

BAND_71

public static int BAND_71 { get; set; }

Property Value

int

BAND_72

public static int BAND_72 { get; set; }

Property Value

int

BAND_73

public static int BAND_73 { get; set; }

Property Value

int

BAND_74

public static int BAND_74 { get; set; }

Property Value

int

BAND_8

public static int BAND_8 { get; set; }

Property Value

int

BAND_85

public static int BAND_85 { get; set; }

Property Value

int

BAND_87

public static int BAND_87 { get; set; }

Property Value

int

BAND_88

public static int BAND_88 { get; set; }

Property Value

int

BAND_9

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