RfcommDeviceService.Device Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|