C# Class android.telephony.SignalStrength

Inheritance: java.lang.Object, android.os.Parcelable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
SignalStrength ( global @__env )

Private Methods

Méthode Description
SignalStrength ( )

Method Details

SignalStrength() protected méthode

protected SignalStrength ( global @__env )
@__env global

describeContents() public méthode

public describeContents ( ) : int
Résultat int

equals() public méthode

public equals ( java arg0 ) : bool
arg0 java
Résultat bool

getCdmaDbm() public méthode

public getCdmaDbm ( ) : int
Résultat int

getCdmaEcio() public méthode

public getCdmaEcio ( ) : int
Résultat int

getEvdoDbm() public méthode

public getEvdoDbm ( ) : int
Résultat int

getEvdoEcio() public méthode

public getEvdoEcio ( ) : int
Résultat int

getEvdoSnr() public méthode

public getEvdoSnr ( ) : int
Résultat int

getGsmBitErrorRate() public méthode

public getGsmBitErrorRate ( ) : int
Résultat int

getGsmSignalStrength() public méthode

public getGsmSignalStrength ( ) : int
Résultat int

hashCode() public méthode

public hashCode ( ) : int
Résultat int

isGsm() public méthode

public isGsm ( ) : bool
Résultat bool

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String

writeToParcel() public méthode

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void