Android.Bluetooth.BluetoothServerSocket Members

The members of Android.Bluetooth.BluetoothServerSocket are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.