C# Class android.telephony.SignalStrength

Inheritance: java.lang.Object, android.os.Parcelable
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
describeContents ( ) : int
equals ( java arg0 ) : bool
getCdmaDbm ( ) : int
getCdmaEcio ( ) : int
getEvdoDbm ( ) : int
getEvdoEcio ( ) : int
getEvdoSnr ( ) : int
getGsmBitErrorRate ( ) : int
getGsmSignalStrength ( ) : int
hashCode ( ) : int
isGsm ( ) : bool
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Protected Methods

Method Description
SignalStrength ( global @__env )

Private Methods

Method Description
SignalStrength ( )

Method Details

SignalStrength() protected method

protected SignalStrength ( global @__env )
@__env global

describeContents() public method

public describeContents ( ) : int
return int

equals() public method

public equals ( java arg0 ) : bool
arg0 java
return bool

getCdmaDbm() public method

public getCdmaDbm ( ) : int
return int

getCdmaEcio() public method

public getCdmaEcio ( ) : int
return int

getEvdoDbm() public method

public getEvdoDbm ( ) : int
return int

getEvdoEcio() public method

public getEvdoEcio ( ) : int
return int

getEvdoSnr() public method

public getEvdoSnr ( ) : int
return int

getGsmBitErrorRate() public method

public getGsmBitErrorRate ( ) : int
return int

getGsmSignalStrength() public method

public getGsmSignalStrength ( ) : int
return int

hashCode() public method

public hashCode ( ) : int
return int

isGsm() public method

public isGsm ( ) : bool
return bool

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void