BluetoothSocket.RemoteDevice Property

Definition

Get the remote device this socket is connecting, or connected, to.

public Android.Bluetooth.BluetoothDevice? RemoteDevice { [Android.Runtime.Register("getRemoteDevice", "()Landroid/bluetooth/BluetoothDevice;", "")] get; }
[<get: Android.Runtime.Register("getRemoteDevice", "()Landroid/bluetooth/BluetoothDevice;", "")>]
member this.RemoteDevice : Android.Bluetooth.BluetoothDevice

Property Value

remote device

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothSocket.getRemoteDevice().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to