C# Class android.bluetooth.BluetoothDevice

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

Méthodes publiques

Méthode Description
createRfcommSocketToServiceRecord ( java arg0 ) : global::android.bluetooth.BluetoothSocket
describeContents ( ) : int
equals ( java arg0 ) : bool
getAddress ( ) : global::java.lang.String
getBluetoothClass ( ) : global::android.bluetooth.BluetoothClass
getBondState ( ) : int
getName ( ) : global::java.lang.String
hashCode ( ) : int
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Private Methods

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

Method Details

createRfcommSocketToServiceRecord() public méthode

public createRfcommSocketToServiceRecord ( java arg0 ) : global::android.bluetooth.BluetoothSocket
arg0 java
Résultat global::android.bluetooth.BluetoothSocket

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

getAddress() public méthode

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

getBluetoothClass() public méthode

public getBluetoothClass ( ) : global::android.bluetooth.BluetoothClass
Résultat global::android.bluetooth.BluetoothClass

getBondState() public méthode

public getBondState ( ) : int
Résultat int

getName() public méthode

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

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