Android.Bluetooth.BluetoothSocket Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
InputStreamSystem.IO.Stream. Get the input stream associated with this socket.
[read-only]
IsConnectedbool. Get the connection status of this socket, ie, whether there is an active connection with remote device.
[read-only]
OutputStreamSystem.IO.Stream. Get the output stream associated with this socket.
[read-only]
RemoteDeviceBluetoothDevice. Get the remote device this socket is connecting, or connected, to.

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

Close()
Closes the object and release any system resources it holds.
Connect()
Attempt to connect to a remote device.
ConnectAsync() : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.