The members of Android.Bluetooth.BluetoothSocket are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] | InputStream | System.IO.Stream. Get the input stream associated with this socket. |
[read-only] | IsConnected | bool. Get the connection status of this socket, ie, whether there is an active connection with remote device. |
[read-only] | OutputStream | System.IO.Stream. Get the output stream associated with this socket. |
[read-only] | RemoteDevice | BluetoothDevice. Get the remote device this socket is connecting, or connected, to. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Close()Closes the object and release any system resources it holds. | ||
Connect()Attempt to connect to a remote device. | ||
ConnectAsync()Documentation for this section has not yet been entered. |