C# Class android.bluetooth.BluetoothServerSocket

Inheritance: java.lang.Object, java.io.Closeable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
accept ( ) : global::android.bluetooth.BluetoothSocket
accept ( int arg0 ) : global::android.bluetooth.BluetoothSocket
close ( ) : void

Private Methods

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

Method Details

accept() public méthode

public accept ( ) : global::android.bluetooth.BluetoothSocket
Résultat global::android.bluetooth.BluetoothSocket

accept() public méthode

public accept ( int arg0 ) : global::android.bluetooth.BluetoothSocket
arg0 int
Résultat global::android.bluetooth.BluetoothSocket

close() public méthode

public close ( ) : void
Résultat void