Share via


RfcommDeviceService.Device Property

Definition

Gets the BluetoothDevice object describing the device associated with the current RfcommDeviceService object.

public:
 property BluetoothDevice ^ Device { BluetoothDevice ^ get(); };
BluetoothDevice Device();
public BluetoothDevice Device { get; }
var bluetoothDevice = rfcommDeviceService.device;
Public ReadOnly Property Device As BluetoothDevice

Property Value

The BluetoothDevice object describing the device associated with the current RfcommDeviceService object.

Windows requirements

App capabilities
bluetooth

Applies to