Show / Hide Table of Contents

Constructor BluetoothDevice

| Edit this page View Source

BluetoothDevice(RfcommDeviceService, bool)

Initializes a new instance of the BluetoothDevice class.

Declaration
public BluetoothDevice(RfcommDeviceService service, bool disposeService = false)
Parameters
Type Name Description
RfcommDeviceService service

The RF Comm Device service.

bool disposeService

Whether this devicee should also dispose the RfcommDeviceService provided when this device disposes.

Applies to

Platforms and versions
TargetVersions
.NET Windowsmain
UWPmain, v3.0, v2.2, v2.1, v2.0
| Edit this page View Source

BluetoothDevice(PeerInformation)

Initializes a new instance of the BluetoothDevice class.

Declaration
public BluetoothDevice(PeerInformation peer)
Parameters
Type Name Description
PeerInformation peer

The peer information device.

Applies to

Platforms and versions
TargetVersions
.NET Windowsmain
UWPmain, v3.0, v2.2, v2.1, v2.0
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX