Class IBluetoothConnectedDeviceFactory.BluetoothConnectedDeviceSpec
- Namespace
- Bluetooth.Abstractions.Broadcasting
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Specification for creating a Bluetooth connected device.
public record IBluetoothConnectedDeviceFactory.BluetoothConnectedDeviceSpec : IEquatable<IBluetoothConnectedDeviceFactory.BluetoothConnectedDeviceSpec>
- Inheritance
-
IBluetoothConnectedDeviceFactory.BluetoothConnectedDeviceSpec
- Implements
- Inherited Members
Constructors
BluetoothConnectedDeviceSpec(string)
Specification for creating a Bluetooth connected device.
public BluetoothConnectedDeviceSpec(string DeviceId)
Parameters
DeviceIdstring
Properties
DeviceId
public string DeviceId { get; init; }