C# Class android.net.wifi.SupplicantState

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

Méthodes publiques

Méthode Description
describeContents ( ) : int
isValidState ( android arg0 ) : bool
valueOf ( java arg0 ) : global::android.net.wifi.SupplicantState
values ( ) : global::android.net.wifi.SupplicantState[]
writeToParcel ( android arg0, int arg1 ) : void

Private Methods

Méthode Description
SupplicantState ( )
SupplicantState ( global @__env )

Method Details

describeContents() public méthode

public describeContents ( ) : int
Résultat int

isValidState() public static méthode

public static isValidState ( android arg0 ) : bool
arg0 android
Résultat bool

valueOf() public static méthode

public static valueOf ( java arg0 ) : global::android.net.wifi.SupplicantState
arg0 java
Résultat global::android.net.wifi.SupplicantState

values() public static méthode

public static values ( ) : global::android.net.wifi.SupplicantState[]
Résultat global::android.net.wifi.SupplicantState[]

writeToParcel() public méthode

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