Android.Bluetooth.BluetoothServerSocket: Method Members

The methods of Android.Bluetooth.BluetoothServerSocket are listed below. For a list of all members, see the BluetoothServerSocket Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Accept() : BluetoothSocket
Block until a connection is established.
Accept(int) : BluetoothSocket
Block until a connection is established, with timeout.
AcceptAsync() : System.Threading.Tasks.Task<BluetoothSocket>
Documentation for this section has not yet been entered.
AcceptAsync(int) : System.Threading.Tasks.Task<BluetoothSocket>
Documentation for this section has not yet been entered.
Close()
Immediately close this socket, and release all associated resources.