C# Class android.bluetooth.BluetoothClass

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
getDeviceClass ( ) : int
getMajorDeviceClass ( ) : int
hasService ( int arg0 ) : bool
hashCode ( ) : int
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Private Methods

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

Method Details

describeContents() public méthode

public describeContents ( ) : int
Résultat int

equals() public final méthode

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

getDeviceClass() public méthode

public getDeviceClass ( ) : int
Résultat int

getMajorDeviceClass() public méthode

public getMajorDeviceClass ( ) : int
Résultat int

hasService() public méthode

public hasService ( int arg0 ) : bool
arg0 int
Résultat bool

hashCode() public final méthode

public final hashCode ( ) : int
Résultat int

toString() public final méthode

public final 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