C# Class android.bluetooth.BluetoothServerSocket
Datei anzeigen
Open project: JeroMiya/androidmono
Public Methods
Method |
Description |
|
accept ( ) : global::android.bluetooth.BluetoothSocket |
|
|
accept ( int arg0 ) : global::android.bluetooth.BluetoothSocket |
|
|
close ( ) : void |
|
|
Private Methods
Method Details
public accept ( ) : global::android.bluetooth.BluetoothSocket |
return |
global::android.bluetooth.BluetoothSocket |
|
public accept ( int arg0 ) : global::android.bluetooth.BluetoothSocket |
arg0 |
int |
|
return |
global::android.bluetooth.BluetoothSocket |
|
public close ( ) : void |
return |
void |
|