Class IBluetoothRemoteL2CapChannelFactory.BluetoothRemoteL2CapChannelFactorySpec
- Namespace
- Bluetooth.Abstractions.Scanning
- Assembly
- Bluetooth.Abstractions.Scanning.dll
Specification for creating a Bluetooth L2CAP channel.
public record IBluetoothRemoteL2CapChannelFactory.BluetoothRemoteL2CapChannelFactorySpec : IEquatable<IBluetoothRemoteL2CapChannelFactory.BluetoothRemoteL2CapChannelFactorySpec>
- Inheritance
-
IBluetoothRemoteL2CapChannelFactory.BluetoothRemoteL2CapChannelFactorySpec
- Implements
- Inherited Members
Constructors
BluetoothRemoteL2CapChannelFactorySpec(int)
Specification for creating a Bluetooth L2CAP channel.
public BluetoothRemoteL2CapChannelFactorySpec(int Psm)
Parameters
Psmint
Properties
Psm
public int Psm { get; init; }